Skip to content

Application allows users to join organisations, manage shifts and view pay.

Notifications You must be signed in to change notification settings

Efury1/Shift-manager

Repository files navigation

README

Shift Manager

First Ruby on Rails application.
Application allows users to join organisations, manage shifts and view pay.

To get started with the application, clone the repo and install needed gems:

bundle install

Next, migrate your database:

rails db:migrate

Run the application in the local server

rails s
In browser type: localhost:3000

Not finished

User shifts need to be destroyed once user leaves organisation
Bug: when deleting shifts user is redirected to wrong path

Potential Improvements

Delete code that isn't being used
In shift creation users shouldn't be able to implement a shift that has an end data before start date
Password reset shouldn't just be available through command line.

Application Pictures

tanda1

Sign up Page



tanda

Login Page



passwordreset

Reset password

When password is reset, you can see password token by going into command line and typing rails c then User.last.signed_in(purpose: "password_reset")



main-page

Main Page

Main page explains application functionality and any unfinished tasks. User also have the ability to logout on this page. Once logged in users about to access the navbar.



Bobs-Burger

Shifts Page

Users and organisations can have many shifts.



tanda3

Organisation List



tan6

New shift

When you create a new shift you have to type in a user ID. If user ID doesn't exist shifts can't be made.

About

Application allows users to join organisations, manage shifts and view pay.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published