Red-Moon-Software-Apprenticeship / redmoon-console

The marketing site, customer relationship management, and apprentice management software for Red Moon
https://redmoon-console.vercel.app
19 stars 10 forks source link

Implement Auto Save on Profile Pages #25

Open mfong4151 opened 11 months ago

mfong4151 commented 11 months ago

It would be nice to have the profile page forms autosave, here's a breakdown of how it should work:

  1. After the user finishes typing, should autosave the form and use the associated server action to send the data to the backend. Most of the existing logic can be reused in this fashion.
  2. If we need to make a drafts table, then do so.
  3. Should have some sort of notification to show that the data is autosaving.
  4. Might need to implement some form of throttling to control number of runs.