Some plans are not showing in overview screen #20
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
ready for work
This issue is valid and can be assigned to someone.
ui/ux
User Interface related
When adding a new plan to a date that has many existing plans (2 is enough to trigger this issue), sometimes all 3 plans show up, other times it's just plans of the same type is showing.
This could be to do with each
PlanItem
'sView
not having a unique id. Right now, the id is set incrementally for each date, the top plan itemView
(in 1 date) having a base id and the next set of plans having justcurrentId + 1
as its id. We need to change the id so that it is unique for every planView
, no matter the date.The text was updated successfully, but these errors were encountered: