Mindygruba / Siterevamp

0 stars 0 forks source link

Form fields should autopopulate #3

Open Mindygruba opened 10 years ago

Mindygruba commented 10 years ago

Any form fields that we use on the site should be smart in regard to pre-filling forms wherever we can based on existing or historical data we may have for a customer.

Mindygruba commented 10 years ago

@slabgorb backend or front?

slabgorb commented 10 years ago

This needs support from the backend, and an API call from front to back. Usually when the question has the word 'data' in it it indicates back-end support.

Mindygruba commented 10 years ago

@slabgorb this would related to cookies, correct? Like the option for chrome autofill?

What are your thoughts around level of effort?

I'm working on a list of 'possible' feature requests to run past you - to determine what (if any) are feasible and what should be held off on.

slabgorb commented 10 years ago

This is not cookies, this is querying the database. (Chrome autofill is also not cookies) This is a common task and does not have a high LOE. Maybe a 3.