dieterich-lab / scimodom

Sci- ModoM: A quantitative database of transcriptome-wide high-throughput RNA modification sites
https://dieterich-lab.github.io/scimodom/
GNU Affero General Public License v3.0
0 stars 0 forks source link

Add Settings View #83

Closed eboileau closed 4 months ago

eboileau commented 5 months ago

Aims/objectives.

We have an empty Settings view to go with User > Profile > Settings. We need to add functionality.

A clear and concise description of todo items.

As for the last point, the plan is to display a list of a user's own project requests (with status e.g. pending or approved), which will allow him to know if a request has been accepted or not, and to track his requests. We can also display a list of his dataset (those that he has uploaded). This would be relatively simple to implement, but we would need new DB tables e.g. to associate Project and Dataset with User, and a table for "project requests".

eboileau commented 5 months ago

Re last point: we first need the data structure, see #89