40 likes | 152 Views
The Floor Finder App, developed by Yaya Aabhas Vinayak, allows users to easily view floor layouts of selected buildings and rooms. Users can either use an SQL database hosted on Purdue’s server or include the database within the app. For those without a database, a website can be created for each floor of each building. The app prompts users to select a building and room from a drop-down menu, checks the database for the relevant layout, and displays it on the user's screen, ensuring quick and straightforward access to floor information.
E N D
Floor Finder App Yaya Aabhas Vinayak
Different Methods to View Images: • Create an SQL database: • Either using server space from Purdue • Or include the database in the App itself • Without a database: • By creating a website for each floor of each building
Flowchart of the program: Start Ask user to choose building and room from drop down menu Check in database for the correct floor layout Give the user the corresponding floor layout Stop
Story Line of how App should work: • The user should choose the building and room number from a drop-down menu • Once the app reads the user’s choices, it fetches the correct floor layout • The user will see the floor layout on his screen