/operations

A web app for tracking daily activities and expenses for reflection.

Primary LanguageJavaScript

Operations

To track daily activities and expenses for reflection.

TO DEV

  1. npm start to start it up
  2. needs a .env file with CONNSTRING var for your local database

TODOS

  1. style a basic "day" template.
  2. Build out static version.
    1. make settings panel toggle-able
    2. make expenses section in day toggle-able
    3. write function to populate total expenses
    4. use CSS grid for calendar:
      1. reverse chrono the days (is hardcoded for now)
      2. have "today" be centered and yesterday on its right
    5. add breakpoints!
  3. Figure out how data will be structured and input.
    1. Allow updates from the client.
  4. Deploy a demo to heroku.
  5. Implement user auth?
  6. Use:
  7. Bugginess
    1. sticky menu header thing is pushed up by grid

Stack

  • Languages and libraries
    • HTML
    • CSS
    • Vanilla JavaScript
    • PostgreSQL
    • NPM packages (of note)
      • Express
      • pg
      • join-monster
      • GraphQL
      • express-graphql
  • Development tools
    • VS Code

    • PSQL

    • GraphiQL

    • live-server (npm module)

    • NPM packages (of note)

      • nodemon
      • dotenv