Giter VIP home page Giter VIP logo

tasktrack's Introduction

TaskTrack

The Task Management Platform that's Just Like Other Girls

Demo Image

What is TaskTrack?

TaskTrack is a simple and privacy friendly task management platform . TaskTrack is not meant to be very different from other platforms like it, rather it is solely being created so that I can learn how to effectively setup a full-stack application.

Goals:

  • Make a simple task management platform akin to Todist
  • Methodically create a schema for user data & authentication
  • Learn how to use a Javascript in a full-stack environment

Features to include:

  • Task management
  • Due dates
  • Should be done by dates
  • Projects
  • Sections
  • Inbox containing the day's tasks
  • Upcoming section
  • Filters / Labels / Tags
  • User authentication and authorization
  • Activity streak?
  • Themes
  • Async update of tasks?
  • Play sound when completing tasks

Features to add later:

  • add profile photo for user
  • deletion of account
  • default home tab
  • smart understand recognition when adding tasks
  • reminders with ntfy.sh
  • backup, just export the user's json file
  • setup secutiry rules for db
  • store dark mode choice in localstorage
  • add "add task" button to component
  • change which info is showed on individual task
  • Schema
    • add description for each projeect
    • add description for tasks when adding them
    • color for each task (set one by default, change it when selecting task)
  • when route is "/app/[pid]" fix what the document title is
  • clicking on inbox should route to "/app", this should be the default page
  • clicking the logo should just go to /app
  • make drop down when clicking on name
  • implement dark theme
    • make toggle work
    • use daycula colors
  • implement search bar (maybe? idk seems complicated)
  • inbox should be a project in and of itself
  • today should show all of today's tasks
  • implement modal for editing tasks (or maybe just do it inplace)

MANDATORY CHANGES BEFORE ALPHA

  • Change hardcorded values in Main.jsx when creating objects
  • Give projects a default colour value

References

Todist.com is where 99% of my inspiration is coming from.

Datebase Schema:

Features to implement when building with next Javascript

  • getStaticProps for fetching external data when statically generating at build time
  • selectively use static generation on general pages but not on the dashboard page that shows specific tasks
  • use getServerSideProps to use server side rendering, use this on the dashboard page
  • when you click the dot in the projects on the sidebar, open a color picker that allows the user to set a color for the project

Notes

  • Folder structure is as follows:
    • pages/
    • src/
      • sections/
      • components/
    • Accordion Item -> Main -> Check if project id valid -> Handles

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.