Skip to content

Saving work state as a solution to time-consuming forms

Notifications You must be signed in to change notification settings

varev-dev/reusable-form-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔍 Problem to solve

Problem:

Many websites have a time-consuming form that may take several sessions to complete. However, they do not offer the option of saving content, which then has to be hidden in txt files and pasted the next time.

Solution:

Using the Web Storage API, create a list of form approaches that will be updated after clicking the Save button. This will make this long and time-consuming process more accessible and less tedious.

ℹ️ About solution

Functionalities:

  1. save not sent and sent messages
  2. filter saved messages by status in history
  3. fill form with one of the saved messages

Technology Stack:

  • HTML
  • CSS
  • TypeScript
  • Jquery (Core, UI)

🔌 Set-up

Install packages defined in the package-lock.json

npm ci

Compile TypeScript to create dist/ files

npx tsc

About

Saving work state as a solution to time-consuming forms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published