-
Notifications
You must be signed in to change notification settings - Fork 1
CytoClassifier UX UI
AlexChrisF edited this page Apr 17, 2018
·
19 revisions
- HTML5
- CSS
- ES6
- Most important is React. You can access an introduction on the provided link.
If you want to have one tutorial cover all please have a look on React 16 - The Complete Guide (incl. React Router 4 & Redux). It costs about 11€ but it's absolutely worth it.
Yay! There is already something done. Check this out! Make sure to use the development branch. For further understanding of the existing codebase I will create a nice README till next week.
I arranged the following tasks from easy to not so easy
- Counter: Show how many pictures were labeled for each category
- Delete image: Make it possible to delete a selected image
- Implement Dropzone: Make it possible to drag and drop from OS into browser window
- Make number of displayed pictures per row adjustable
- Filters: Make it possible to apply several filters such as showing only one category
- Multi selection: Make it possible to drag and drop more than one picture
- Hotkeys: Make it possible to go through pictures with arrow keys and label them by clicking 12345..
- Export/Import: Make it possible to export and import labels
Thank you all for participating and helping to make this come true!
@AlexChrisF