COSC481W-2024Fall / MLite

0 stars 0 forks source link

Rails - Add User Authentication (sign up/log in) #3

Open Mohammad4844 opened 1 week ago

Mohammad4844 commented 1 week ago

User Story

As a user, I would like to sign up and log in to the application to securely access MY datasets, models, and deployments.

Persona

New and existing users looking to access the AutoML application securely.

Feature

Ability to create an account, log in, and recover passwords. To be able to see and manage only my data: datasets, models, deployments.

Business Value

Ensures user data security and personalized access to datasets and models. No one except the user themsleves will be able to access their models.

Tasks

  1. Set up Devise Gem (Rails dependency for user auth)
  2. Add users table in database
  3. Initialize and modify frontend pages for sign in/log in

Acceptance Criteria

Acceptance Tests