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

Allow users to bookmark variants and genes #95

Closed
holtgrewe opened this issue Oct 2, 2023 · 0 comments · Fixed by #173
Closed

Allow users to bookmark variants and genes #95

holtgrewe opened this issue Oct 2, 2023 · 0 comments · Fixed by #173
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@holtgrewe
Copy link
Member

Is your feature request related to a problem? Please describe.
Bookmarking variants, would be a useful feature.

Describe the solution you'd like
Logged-in users should be able to bookmark variants on the server, connected to their account. Display a "bookmark" button that allows users to bookmark sequence and structural variants as well as genes.

  • add models, schemas, API in the backend
  • add API, store code on the frontend
  • integrate with the view code

The model should store something like this:

interface bookmark {
    user: string // uuid
    type: "seqvar" | "strucvar" | "gene"
    obj_identifier: string  // genomic variant / HGNC ID
}

All of the above with tests.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@holtgrewe holtgrewe added the enhancement New feature or request label Oct 2, 2023
@gromdimon gromdimon added this to the 0.2.0 milestone Oct 2, 2023
@gromdimon gromdimon self-assigned this Oct 2, 2023
@gromdimon gromdimon linked a pull request Oct 23, 2023 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants