File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,15 @@ For more information, read [backend's readme](./backend/README.md) and [frontend
28
28
## Road Map
29
29
30
30
### General
31
- - Permissions: add a user table and credentials on the API
32
- - Use multipart/form-data to upload a sample (name, type,..., and file! )
31
+ - [ ] Add more fields on a sample detail (notes, tags, etc.)
32
+ - [ ] Permissions: add a user table and credentials on the API
33
+ - [ ] Use multipart/form-data to upload a sample (name, type,..., and file! )
33
34
34
35
### Frontend
35
- - Implement file upload on the UI
36
- - Highlight items in the light, so user can understand they are clickable.
37
- - Add small icon-buttons to edit/delete/view a sample (only visible when row is hovered)
36
+ - [ ] Implement file upload on the UI
37
+ - [x] Highlight items in the light, so user can understand they are clickable.
38
+ - [ ] Add small icon-buttons to edit/delete/view a sample (only visible when row is hovered)
38
39
39
40
### Backend
40
- - Add postres and fastapi to the existing docker-compose.yml
41
- - User Github actions to run pytest with postgres (service)
41
+ - [ ] Add postres and fastapi to the existing docker-compose.yml
42
+ - [ ] User Github actions to run pytest with postgres (service)
You can’t perform that action at this time.
0 commit comments