Skip to content

Commit b2a596f

Browse files
committed
doc: update readme
1 parent cb9e978 commit b2a596f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,15 @@ For more information, read [backend's readme](./backend/README.md) and [frontend
2828
## Road Map
2929

3030
### 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! )
3334

3435
### 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)
3839

3940
### 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)

0 commit comments

Comments
 (0)