smartarch / robin

Robin: A Systematic Literature Mapping Management Tool
https://robin.smartarch.cz
MIT License
0 stars 0 forks source link

Option to hide review fields #8

Open Mnaukal opened 8 months ago

Mnaukal commented 8 months ago

When there are a lot of review fields (e.g., when two researchers are doing a coding simultaneously), the review form can get long. It would be nice to be able to hide some of the review fields for a period of time of doing a part of the review. The hiding should be done on a per-user basis, so each user can see different review fields at the same time. Should it also be on a per-list basis, so that the user can see different review fields in each list?

My suggestion: perform the hiding only locally. Save the information about hidden fields to the local storage in the browser. This way, we don't have to deal with saving the user preferences to the database.

Any thoughts?

Mnaukal commented 8 months ago

On the other hand, if the preferences are saved to the database, we can perform the hiding of fields/values on the server side.