conclurer / midnightboard

University Project for the development of a digital notice board.
https://www.uni-ulm.de/in/fakultaet/studium/inf-mi/studienplanung-se/apse/
MIT License
1 stars 3 forks source link

Feedback: Milestone 3 #252

Open wasdJens opened 4 years ago

wasdJens commented 4 years ago

Description - 1) Half input validation around the password input in the register form Screenshot

Screenshot 2020-03-31 at 09 15 02

Possible Solution


Description - 2) Wrong label usernamename and the html placeholder displays display name
Screenshot

Screenshot 2020-03-31 at 09 15 13

Possible Solution


Description - 3) Inside the cms user list table the creation date and last seen are timestamps instead of "human readable dates". Screenshot

Screenshot 2020-03-31 at 10 01 17

Possible Solution Missing new Date(timestamp) most likely


Description - 4) Inside the cms use a different design approach when it comes to the "navigation" on the left side. From a user perspective it is not clear what is a "heading" and what is an navigation tab.

Screenshot

Screenshot 2020-03-31 at 10 01 37

Possible Solution

For reference purposes take a look at our administration navigation

Screenshot 2020-03-31 at 10 55 19 Screenshot 2020-03-31 at 10 55 35

Description - 5) Change button label adopt use something like confirm or apply.

Screenshot

Screenshot 2020-03-31 at 10 07 26

Possible Solution


Description - 6) It is not quite clear what the due date is related to at the moment. It is above the post poll button but is split with a line below the Create your poll content.

IMO the due date is related to all content types? Maybe you are already resolving this with #227

Screenshot

Screenshot 2020-03-31 at 10 31 16

Possible Solution


Description - 7) When using multiple options dont use radio buttons mozilla developer docs

Only one radio button in a given group can be selected at the same time

Screenshot

Screenshot 2020-03-31 at 10 38 44

Possible Solution


Description - 8) Incorrect translation for the "warning" when trying to vote without choosing an option

Screenshot

Screenshot 2020-03-31 at 11 09 26

Possible Solution ein => eine


Description - 9) Wrong translation for votes when using german

Screenshot

Screenshot 2020-03-31 at 11 07 16

Possible Solution


Description - 10) Clicking on show results on a poll I can not go back to cast my possible vote. This is confusing for the user because maybe he wants to see the results before casting its vote

Screenshot Screen Recording 2020-03-31 at 11 15 18 mov

Possible Solution


Description - 11) Directly login after registering - it should be possible that you are logged in after registering for the system

Screenshot

Possible Solution


Description - 12) No logout button.

Screenshot

Possible Solution Add a logout button to the menubar somewhere. Also create a possible route /logout that basically logs the user out when visit.


Description - 13) Add loading spinners. When data is loading display some kind of loading spinners so that the user knows something is loading.

Screenshot

Possible Solution

DevPhilB commented 4 years ago

1-9 & 11-13 are fixed. 12 moved to #254.