Skip to content

Third and final version of tasktracker which is a single page application, designed using react with redux and react-router

Notifications You must be signed in to change notification settings

MSP95/tasktracker3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Third version of Task Tracker Web Application

  • Technologies: ReactJS, Elixir, Phoenix Framework, postgres

Design choices:

  1. Users can register and login by their usernames. Username should be unique while registering a user. Users need to enter a password of their choice while registering. That user can later log in with the username and password.
  2. Features:
    • Feed, which includes all the tasks present.
    • Assigned Tasks, which includes the tasks assigned to the user logged in.
    • Create task, which allows to users to create a task entering title, description, and a assignee.
    • Tracking time for each task assigned to a user(In 15 minute intervals).
    • Marking a task as complete.
  3. Privileges:
  • Users can only edit a task content if they created that task or are assigned to that task.

    • Edit privilege enables access to edit Title, Description, time taken, and status fields
  • Users who did not create or are assigned to a task, can only view that task.

  • Creator and Assigned User of a task can mark that task as complete

  • Creator of a task can assign that task to any user

  1. Users can track the time on a task by inserting number of minutes taken in 15 minute time intervals.
  2. This is a single page application, refreshing the page will log out the user and to access the app, user needs to log in again.
  3. Verification of the token is done each time a user tries to change the database in any way.
  4. Passwords stored are hashed first and then stored in the user table.

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

About

Third and final version of tasktracker which is a single page application, designed using react with redux and react-router

Resources

Stars

Watchers

Forks

Packages

No packages published