Skip to content

Instantly share code, notes, and snippets.

View josuedhernandez's full-sized avatar

Josue josuedhernandez

View GitHub Profile
@josuedhernandez
josuedhernandez / WIREFRAMES_SCREENS.md
Created December 5, 2020 02:01
Wireframes for new version of Foodie App
@josuedhernandez
josuedhernandez / WIREFRAMES.md
Created December 4, 2020 06:34
Wireframes links and user flows
@josuedhernandez
josuedhernandez / USER_STORIES_FOODIE_FULL_STACK.md
Last active December 2, 2020 15:43
User Stories Full Stack Capstone Foodie
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
@josuedhernandez
josuedhernandez / PROPOSAL.md
Created December 2, 2020 15:01
Full Stack Capstone Project (Foodie improvements)

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.

@josuedhernandez
josuedhernandez / assignment_design_schemas.sql
Created November 24, 2020 07:50
Assignment for Relationships and schema design
-- 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';
@josuedhernandez
josuedhernandez / info.md
Last active August 24, 2020 11:18
Link to quiz app
@josuedhernandez
josuedhernandez / music-cds-on-stand-display.jpg
Created August 23, 2020 06:14
90's album cover app. Includes text with app idea, images.
Image to be displayed in landing page.