goinvo / staffplan-next-app

Next App for Staffplan
https://staffplan-next-app.vercel.app
1 stars 1 forks source link

Adding a project, adding a person to a project: screen needs to redraw as I add. No hard refresh should be required. #123

Closed jsonin closed 1 month ago

jsonin commented 2 months ago

If I add a person to a project, the project screen should draw in the new person immediately. No hard refresh needed.

zhukovdigital commented 1 month ago

@jsonin do we need to delete the loader spinner when we open a modal with adding a person and then when we saved the person in this modal? It should works like: click add person in ellipsis menu => open modal(without loader and changing url) => Save btn => (without loader spinner and cnanging url) => result in the project page. Is it correct?

jsonin commented 1 month ago

Ooooh! You already fixed the project +People... by having the person load right there on the project screen. That's great.

To your comment... that works, and it's a lower priority issue, if you want to work on something else.

PS: This is looking good

image