Git Product home page Git Product logo

schedulemaker's Introduction

ScheduleMaker

A webtool designed to help your small business keep track of your employee's schedules!

Logo
  1. Built With
  2. Prerequisites
  3. Installation
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

  • ScheduleMaker is a CRUD application designed to help employers easily manage their staff's schedules.
  • ScheduleMaker uses industry standard technologies like React, Django, and SQL, to securely manage and store scheduling data

(back to top)

-->

Built With

  • React
  • Django
  • MySQL

(back to top)

Prerequisites

  • Node
  • npm
  • Django

Installation

  1. Clone the repo
    git clone https://github.com/isaaclee12/ScheduleMaker.git
  2. Run the app (npm install will be performed automatically, and the server and client will be run concurrently) npm start

NOTE: CRUD functionalities take a minute to load on launch

(back to top)

Roadmap

  • PHASE 1: CRUD Functionality

    • Implement Create/Read/Update/Delete pipelines
    • Add UI + Forms to reflect these pipelines
    • Migrate database to ElephantSQL
    • Phase Completed!
  • PHASE 2: Dates + Glow Up

    • Create dummy data for future weeks from today through the next year so the app just works.

    • Fix updateShiftForm to make sure it gets the data for the shift @ id again

    • Deploy

    • Change Update + Delete Shift functionality from being separate pages to making buttons visible

      • And make sure both buttons don't appear at the same time. Add a cancel button too.
    • Add date-fns features to have a front page that stays at the current week.

    • Add ability to go between weeks.

    • Refactor the code to have better code patterns.

    • Bolster backend security.

    • Aesthetics:

      • Mobile responsiveness
      • Better CSS please!
      • Dark Mode
  • PHASE 3: Authentication & Data Cleaning

    • Implement Basic JWT Authentication for a single account
    • Add change password/change email system
    • Add Roles System
    • Have one admin account and a few employee accounts
    • Have schedules displayed based on who's logged in
    • Document the whole thing
  • Phase 4: Add availability, time off, and other features

    • Add availability (2 weeks out, for employees, any for managers)
    • Add time off (2 weeks out, for employees, any for managers)
    • Add other features in notebook
    • MVP Complete!

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Isaac Lee - @isaaclee12 - [email protected]

Project Link: https://github.com/isaaclee12/ScheduleMaker

(back to top)

About the Data:

  • id (int): ID of row
  • day_of_week (string): Day of the week the shift occurs, e.g. Monday, Tuesday, etc.
  • date (date): The date the shift occurs in ISO 8601 format, e.g. 2000-01-01
  • name (string): The name of the employee who is working the shift
  • position (string): The position that the employee will be working in
  • location (string): The location of the store. Useful if a business has multiple locations.
  • start_time (string): The starting time of the shift.
  • end_time (string): The ending time of the shift.
  • total_hours (int): The duration of the shift in hours. Should equal the time between start_time and end_time.

(back to top)

schedulemaker's People

Contributors

isaaclee12 avatar

Stargazers

 avatar

Watchers

 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.