Skip to content

Instantly share code, notes, and snippets.

@LuisOzParr
Last active August 21, 2020 21:47
Show Gist options
  • Save LuisOzParr/8a3e69da5cfc214e69612527f6f93580 to your computer and use it in GitHub Desktop.
Save LuisOzParr/8a3e69da5cfc214e69612527f6f93580 to your computer and use it in GitHub Desktop.

Deliverables

TODO App (invidivual)

Yuo should develop a TODO App that includes the following features

  • Users must login to the App
  • Users must create, read, update and delete (CRUD) lists of TODOs
  • Users must CRUD taks on a list
  • Users must export their lists with their tasks to CSV and PDF files.
  • Users must update your profile: name, email, description and photo (photo must be uploaded)
  • Users should receive weekly email including pending tasks (using emails and BackgroundJobs with Sidekiq and Redis)

BONUS (this is not required but nice to have)

  • The app should include unit tests
  • The app should deploy in heroku

Documents and tutorials

GIT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment