Link to the app click to open 90's alum quiz app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Image to be displayed in landing page. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- How many people work in the Sales department? | |
SELECT | |
count(e.emp_name) | |
FROM | |
employee e | |
INNER JOIN | |
department d | |
ON e.department = d.id | |
WHERE | |
d.dept_name = 'Sales'; |
Foodie improvement app improvement. Follow the link for the current version Foodie
To make it more responsive foodie front end will be developed in REACT.js. Users should be able to find restaurants based on type of food or even meal names. Also admin and users will add restaurants to the database and provide reviews per user.
Role | Task | Importance |
---|---|---|
As a new user | I want to be able to search for new resturants and food w/o having to open an account | High |
As a new user | I want to sign up for an account | High |
As a new user | I want to search for restaurants by food type | High |
As a new user | I want to search for restaurants by name of meal | Medium |
As a new user | I want to be able to suggest new resturants | Medium |
As a new user | I want to test the demo account. Knowing things will not be permanent. | Low |
As a returning user | I want to sign into my account | High |
As a returning user | I want to access my restaurants. | High |
Link to live wireframes click here