Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create the home screen and associated functionality #30

Open
9 of 19 tasks
Tracked by #1
liammulh opened this issue Sep 11, 2024 · 0 comments
Open
9 of 19 tasks
Tracked by #1

Create the home screen and associated functionality #30

liammulh opened this issue Sep 11, 2024 · 0 comments
Assignees

Comments

@liammulh
Copy link
Member

liammulh commented Sep 11, 2024

Based on the wireframes, I need:

  • Dynamic welcome message.
  • Dynamic current affiliation message.
  • Dynamic affiliation in "your curations" table.
  • Dynamic affiliation in "all curations" table.
  • "Add Curation" button goes to the "new curation" page.
  • "Add Disease" button goes to the "new disease" page.
  • "Add Allele/Haplotype" button goes to the "new allele/haplotype" page.
  • "Add Publication" button goes to the "new publication" page.
  • Display user's curations info
  • Display all curations info

The last two checkboxes above require me to do the following:

  • Create models based on the data model.
  • Figure out if any of the fields are choices.
  • Add __str__ methods for the models.
  • Add the models to the admin interface.
  • Create a curator object for my user.
  • Create dummy curations for my curator in the admin panel.
  • Create test users.
  • Create curations linked to the test users.
  • Make all views use curator info rather than user info in their context.
@liammulh liammulh mentioned this issue Sep 11, 2024
43 tasks
@liammulh liammulh self-assigned this Sep 11, 2024
liammulh added a commit that referenced this issue Sep 11, 2024
liammulh added a commit that referenced this issue Sep 12, 2024
liammulh added a commit that referenced this issue Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant