Skip to content

Commit

Permalink
modifyng the read me file
Browse files Browse the repository at this point in the history
  • Loading branch information
GoranTopic committed Jun 4, 2021
1 parent 1b966e4 commit 24e4466
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Binary file modified .README.md.swp
Binary file not shown.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
#Next Door Lounge Host App
# Next Door Lounge Host App

Hello there.Ths is app I designed for Next Door Lounge. It helps the staff to keep track of the reservations and table of the restaurant. I design it to be easy to use an intuitive. It uses a firebase server to comunicate chnget in real time across the all the apps.

I used React Native, and designt it to be able to run on IOS, Android and Web.


##Install
## Install
The iPhone build can be found here:
>https://exp-shell-app-assets.s3.us-west-1.amazonaws.com/ios/%40telix/NextDoorLounge-HostApp-5461de49-ea33-4f39-b8ce-293060366dfb-simulator.tar.gz
The Android build can be found here:
>https://exp-shell-app-assets.s3.us-west-1.amazonaws.com/android/%40telix/NextDoorLounge-HostApp-23634c92e4724b09878547bedad07eb0-signed.apk
##Usage

## Usage

The solution that I set out to find with this app is about communication more efficiently with everyone and a shorten the amount of time it takes to look at a table that belongs to a reservation.

Every night, changes happen: reservations get canceled, tables get switched, people get added.
Expand All @@ -28,7 +30,7 @@ The reservations tabs include a search bar to quickly search for the reservation

![opening App gif](assets/screen_captures/gifs/Open_App.gif)

####Reservation Tab
#### Reservation Tab
If you tap on reservations it takes directly to the table that the reservation belongs to on the table tab. That way waste no time finding the table.

![opening App gif](assets/screen_captures/gifs/resevation_click.gif)
Expand All @@ -46,7 +48,7 @@ We can view the details of a reservation by taping an holding, see the notes att

![opening App gif](assets/screen_captures/gifs/resevation_details.gif)

####Table Tab
#### Table Tab

On the table tab, we can tap on a table and we get all the information on that table, including the reservation it has.
A table is marked by color and the color changes depending on the waiter that is assigned to that table. All the information on the table can be edited and changed, the golden border on the table represents that it has a VIP reservation.
Expand All @@ -65,7 +67,7 @@ Or create a table anywhere by dragging a table anywhere on the screen.

![opening App gif](assets/screen_captures/gifs/Table_create.gif)

####Log Tab
#### Log Tab
The Last tab records and presents all the changes that anyone makes: The idea is that everyone can keep track of what is happening in the restaurant.

The logs include the user who made the changes as well as the change that was made.
Expand Down

0 comments on commit 24e4466

Please sign in to comment.