Northeastern-Electric-Racing / PM-Dashboard-v2

Northeastern Electric Racing Project Management Dashboard - version 2
https://nerpm.netlify.app
GNU Affero General Public License v3.0
15 stars 2 forks source link

Projects - Forced Page Reloads Make Debugging Difficult #662

Closed jamescd18 closed 2 years ago

jamescd18 commented 2 years ago

Desired Changes

Let's remove the forced page reloads because those make it all the more difficult to debug the application. Theoretically the react-query package should handle refreshing the data, especially if we improve the way we use it.

Screenshots (as needed)

No response

anthonybernardi commented 2 years ago

this functionality was needed to take the user out of the edit form. Now they are stuck in the edit form after pressing save which is confusing

anthonybernardi commented 2 years ago

Acceptance criteria: after the successful mutation is sent, the page takes the user out of the edit form and back to the view form of the project (but without forcing a refresh i guess lol)