Giter Site home page Giter Site logo

tasker's Introduction

Tasker

A Teacher-Student task management system built in Django

Teacher view

command_open

command_open

Student View

command_open

Requirements

  • Django 1.9.1
  • PostgreSQL 9.1
  • Python2.7

Procedure

Clone this repository and then

  • First install a virtual environment with command
    $ virtualenv testenv 
    $ source testenv/bin/activate
    $ pip install -r requirements.txt
  • Just do migration for the app from project root.
    $ python manage.py migrate

Creating users

  • Admin (Teacher) can be created using this command.
   $ python manage.py createsuperuser

after that run server locally with following command

   $ python manage.py runserver 0.0.0.0:8000

Visit http://localhost:8000/admin in the browser to add few students(users).

Done

  • Admin(teacher) can create new tasks and assign them to multiple students.
  • Can see all taskes he created and who else are assigned to him from dashboard.
  • User(student) can login to his account and see tasks assigned to him.
  • He/She can change the status of task assigned to him like todo, doing, done etc.

Todo

  • Signup & Password recovery
  • Approval & Disapproval of assignments by Admin(Teacher)
  • Real time notifications to the Admin about the student task updates.
  • Please check the issues/features and give pull requests to improve tasker.

Check images/ directory for screenshots.

tasker's People

Contributors

narenaryan avatar miedzinski avatar

Watchers

James Cloos avatar  avatar

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.