Coder Social home page Coder Social logo

closing-bell's Introduction

Closing Bell

Closing Bell is a vacation schedule management app. It's built on top of the Django Python framework.

Contributing

Clone this repository and branch off development using the following branch naming convention:

  • feature/name
  • task/name
  • bug/name
git clone https://github.com/snchildress/closing-bell
git checkout -b feature/name

Create and activate a virtual environment and turn on DEBUG mode for local development

virtualenv venv
source venv/bin/activate
export DEBUG=True

Migrate your development database, create a superuser, then run the development server

python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

Once your feature, task, or bug fix is complete, submit a Pull Request to the development branch

To Do

The following tasks are intended to clarify the user experience or add additional functionality

Clarify User Experience

  • Make it clear to admins which user's request page you are viewing
  • Allow users to specify a single date when taking a single day off
  • Remove confusing reset buttons
  • Validate that a request's start date is before an end date
  • Swap the placement of one's balance and accrued days
  • Provide admins the remaining balance of all users
  • Remove nights and weekends from balance deductions and additions

Additional Functionality

  • Notify admins when users submit new requests
  • Expose all users' requests by month and year in a single report view

closing-bell's People

Contributors

snchildress avatar

Watchers

 avatar

Forkers

picsldev

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.