costargc / fortsaet

AI/Machine Learning tool to provide insight in to potential employees.
2 stars 0 forks source link

home page input form #10

Closed costargc closed 5 years ago

costargc commented 5 years ago

FrontEnd: work on a beautiful form (display: none >> display: flex) as part of the home page. User would click the button and a page with the form would show. Ideally we want the user to populate as few information as possible apart from the CV. maybe only _NAME and EMAIL (or maybe not even those - and we try to identify the user some other way to store in the database).

field need to check size (as in order to call Watson there is a minimum char - that is why I had to duplicate my bio if you see the backend file). also we would need to lock is the user don't add _NAME or _EMAIL. (bootstrap 'required' form)

acceptance criteria