Age | Commit message (Collapse) | Author |
|
|
|
For now the exact column that's edited isn't tracked.
|
|
|
|
* wqflask/wqflask/decorators.py (admin_login_required): New decorator.
* wqflask/wqflask/views.py (edit_trait): Use admin_login_required
decorator.
|
|
* wqflask/wqflask/views.py (update_trait): New function.
|
|
|
|
|
|
|
|
|
|
Should add some some authentication logic to this later since it's not
supposed to be accessible to everyone.
|
|
|
|
* wqflask/wqflask/views.py (show_edit_trait_page): New function/
end-point.
|
|
|
|
|
|
* wqflask/wqflask/api/gen_menu.py (gen_dropdown_json): Use new
`get_all_species` function.
(get_species): Remove it.
|
|
|
|
|
|
* wqflask/wqflask/database.py (init_db): Remove it.
|
|
|
|
to show_trait template
|
|
to GN3
|
|
|
|
|
|
|
|
|
|
|
|
Load test fetching a single trait using Locust.
|
|
|
|
|
|
|
|
by 1
|
|
|
|
|
|
N are 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
max digits for that sample group's vals
|
|
getting a sample group's vals so the same logic isn't repeated several times
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|