Giter Club home page Giter Club logo

taskbrowser's Introduction

#Task Browser

This project assumes each task & subtask can be classified as a task.

Most of logic for the project exists in "app" and "task_api" apps. Please note, logic for task status resides in "app/task_api/task_helper" and logic for populating database with data is at "app/db_load.py"

The app developed was containerised using Docker, and exposes an endpoint to view tasks at /api/tasks.

The reoccuring theme found in this task, was recursion. Whereby it was necessary to reverse patterns (e.g. list of parent task nodes) and undertake a bottoms up approach to development such that parent node statuses could be obtained.

Ideally, one would develop an authentication capability which contains task owner's name, and there was an ommission of attempts to include this and priority (as well as overriding the get_queryset method to list each task and its children in hierarchical order). Further to be added, would be a chronjob, where the status of the application would need to be refreshed every x mins due to leaf nodes depending on current time.

Installation

docker-compose up --build

taskbrowser's People

Contributors

ahmedbafadal 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.