Skip to content

StatisticsHealthEconomics/Polished-Fribble

 
 

Repository files navigation

Polished Fribble

R Shiny login system for UCL Statistical Sciences department room booking.

Background

It would be helpful for everyone to have access to information about which rooms are available at any given time.

This is both a room unbooker as well as a room booker app, since it provides information on which rooms are free and defaults to that they are not.

Requirements

There are 2 main types of user and related functions:

  1. A room owner can edit their rooms upcoming availability.
  2. A room user can query available rooms and make a reservation.

Room owner

  • Can indicate their room is free for hours or a whole day
  • Can change their room availability

Room user

  • Can search all available rooms by room number, date and time
  • Can book a room for several hours
  • Can change booking room, date and time
  • Can delete booking

The database can be described with the following diagram.

Example

Log-in

Log in with a password to the app.

Room status

This tab is to make your own room avialable for others to book.

Room booking

Search for available rooms.

Booked room

Which rooms have you booked and cancel them using the booking reference number.

About

Login system for stats department

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 99.8%
  • JavaScript 0.2%