almsam / ART

1 stars 0 forks source link

make all views functional #61

Open almsam opened 7 months ago

almsam commented 7 months ago

Specific:

Implement the login page functionality in the web application to allow users to authenticate and access their accounts securely.

Measurable:

Ensure that the login page accurately verifies user credentials & uses methods such that back end can be duct taped in, redirects authenticated users to the appropriate landing page, and displays relevant error messages for invalid inputs (returns the message)

Achievable:

Utilize Flask's Flask-Login extension custom authentication logic to handle user authentication securely. Implement form validation to sanitize and validate user inputs effectively

Relevant:

Implementing the login page functionality is crucial for enabling user access control and ensuring that only authorized users can interact with the application's features and data.

Time-bound:

Complete the implementation of the login page functionality by the 26th, aiming for completion by next week, to facilitate further development tasks and user testing.

almsam commented 7 months ago

give all views front end functionality