easily tell when there are no commons for me to visit or join
So that...
I won't get confused when common list component is empty
Discussion
Currently, when common list is empty, the UI only shows the names of the columns and a white background.
Improve UX for CommonList.js by adding a default UI to say something like "currently there are no commons available" so that users can better understand what is going on.
The design of this feature is entirely up to students.
Acceptance Criteria
[ ] When the common list component in home page is empty, we should show a default UI.
[ ] When the common list component is not empty, we should the list component as it is.
Implementation Todos
Frontend:
[ ] Design a default for common list when the list is empty.
Testing:
[ ] When the common list component in home page is empty, we should show a default UI.
[ ] When the common list component is not empty, we should the list component as it is.
Have you updated the title?
As a...
user
I can...
easily tell when there are no commons for me to visit or join
So that...
I won't get confused when common list component is empty
Discussion
CommonList.js
by adding a default UI to say something like "currently there are no commons available" so that users can better understand what is going on.Acceptance Criteria
Implementation Todos
Frontend:
Testing: