AICAN-Research / learn-pathology

A web-based system for learning pathology
MIT License
9 stars 2 forks source link

[Design] Improved workflow for making new tasks #30

Closed ingridtv closed 11 months ago

ingridtv commented 12 months ago

Implemented an improved workflow for creating new tasks. In this workflow the user

  1. Selects a task type (e.g. multiple choice, short answer/paragraph)
  2. Selects an image (whole slide image) that the task is about
  3. Inputs task information and question
  4. Annotates the slide

The user can go back and forth between these two steps.

There are still some highly needed improvements, but pushing this now as we want to get feedback. Some suggested tasks I will put on the To do-list:

ingridtv commented 11 months ago

There was an error with the ID's of the forms that made the final form not submit. Seems to be working now

ingridtv commented 11 months ago

@UteSpiske Are you good with merging these changes? Is user friendliness "good enough" for our workshop/testing or should we fix some of of the aesthetics first?

UteSpiske commented 11 months ago

Nice that is now all working. I would remove the 'create new task' buttons in the images because they are not working at the moment and can be added in a further step.

ingridtv commented 11 months ago

Good point! I removed the buttons👍

I also added something that have fallen out - that tasks weren't automatically added to the course they were created from. Should be fixed with dbe4aaf

ingridtv commented 11 months ago

Etienne noted that filtering options/buttons are clickable in the image selection part of the workflow. But these aren't implemented and break the functionality.

Will remove this from the display for now, and put on the to do-list to add it.

ingridtv commented 11 months ago

I removed the filtering/search and added a TODO. Do you think it's alright for merging @etiennegaucher?