tuwien-csd / damap-frontend

MIT License
11 stars 10 forks source link

Filter Repositories: Small usability issues #387

Open ValentinFutterer opened 20 hours ago

ValentinFutterer commented 20 hours ago

Changes This input field works as a search for the options, but this is not specified anywhere. there should be at least a placeholder to mark this as a search field. Adding a search icon should also be a low effort way to solve this problem.

image

The other big problem here is, that it is hard to get out of the "Select options" dialog. You need to click on another field, which opens another dialog, or on a whitespace. If you click out of the pop-up, the input gets deleted. This is not very user friendly, there should be an easy way to get out of the selecting. Maybe a button at the bottom, next to cancel. Or simply more whitespace. Or, treat exiting the same as pressing the Find repository button. This would save the progress. Maybe there are other solutions?

image

Acceptance Criteria Search fields should be marked as such and it should be easier to get out of the select dialog.