Giter Site home page Giter Site logo

aayushi14 / tasktracker Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 17.6 MB

Task tracker application to assign tasks to users, keep track of timed taken to complete them and mark them when complete.

JavaScript 2.03% CSS 68.94% Elixir 23.06% Shell 0.46% HTML 5.25% SCSS 0.26%

tasktracker's Introduction

Working of TaskTracker

A user can login to the application or a new user can Register to gain access to the TaskTracker application.

I have email-id validations, where you can only enter an email id in the correct email format. Email ids need to be unique, User name can be same. And hence I am letting the user login to the application through his/her unique email-id.

A user with the name admin, Admin, ADMIN, etc (not case sensitive) has view and modify access for Tasks and Users. All other users can only view the Tasks but cannot view the Users that have access to the application.

An admin user cannot delete himself, when he tries to delete himself, a flash error occurs saying, request another admin to delete yourself.

The Tasks are listed in 2 tables:

  1. Tasks assigned to logged in User: List tasks assigned to currently logged in user.
  2. All assigned tasks: Lists of tasks

Create and Edit tasks:

  1. When a new task is created, the current logged in user becomes the creator of the task, and to assign the task to users, we get a dropdown of all the users in the db, select whomsoever you want to assign the task to.
  2. When a user wants to update the status of task assigned to him, the creator of the task stays as it is, and all other fields can be changed. The status of the task can be checked if its complete and unchecked if incomplete.

The time taken field has 2 drop downs for hour and minutes. You need to select 00, 15, 30 or 45 from the minutes drop down to entry time taken, otherwise it will show an error and you cannot proceed to create or edit that task.

Users already present in db:

  1. Alice : [email protected]
  2. admin : [email protected]
  3. Admin : [email protected]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.