linked icon indicating copy to clipboard operation
linked copied to clipboard

Add rating view

Open lostdesign opened this issue 4 years ago • 1 comments

It should be possible to rate that day, in oder to keep track of your mood throughout the use of linked. This feature is especially hand for scrum teams, where you may need to reflect on the past sprint in the team retro.

The app is already prepared to store a rating when a value is giving, check the helper.js file in the file store module for more details. What is missing is a UI and UX concept:

  • where should the rating happen?
  • where to put the rating visually?
  • how should the rating happen? Probably by using emoji faces

If you want to tackle this issue, please discuss first on how you want to solve it to avoid any confusions.

lostdesign avatar Mar 20 '21 12:03 lostdesign

The view should be done nested, the rating modal should be full screen height and width, using some padding and a gray transparent backdrop.

https://dev.to/berniwittmann/handling-dialogs-with-vue-router-29ji

lostdesign avatar Mar 22 '21 22:03 lostdesign