Skip to content

Instantly share code, notes, and snippets.

View sj-ransom's full-sized avatar

Stephanie Ransom sj-ransom

View GitHub Profile
MVP user stories
-User can create an account with an email address and password
-If user already has an account, they can log in
-Once logged in, user can filter level, unit and lesson to find the feedback template they need. They will also either write the student’s name or select previously used names from a dropdown. They will also select “boy” or “girl”.
Screens
Create an account - enter email and password
-Valid, unique email require. If it isn’t provided, user receives an error
The ESL Feedback app retrieves lesson feedback templates for online ESL lessons. Users can create an account to access lesson feedback templates for the curriculum of popular online ESL education companies such as VIPKID. They may also save their own feedback for lessons for later use. Save hours of work writing feedback and send helpful information to students and parents.
User stories
User can create an account with an email address and password
If user already has an account, they can log in
Once logged in, user can filter level, unit and lesson to find the feedback template they need. They will also either write the student’s name or select previously used names from a dropdown. They will also select “boy” or “girl”.
Click on feedback to automatically copy it.
User can choose to write and save their own. If a user has their own saved feedback for a lesson, they can select it.
db.restaurants.find();
db.restaurants.find().sort({name: 1}).limit(10);
var myId = db.restaurants.findOne({}, {_id: true})._id;
db.restaurants.findOne({_id: myId});
db.restaurants.find({borough: "Queens"});
db.restaurants.count();
Echo: https://glitch.com/edit/#!/join/4673f353-0edc-4fa9-b690-0c1abc4dfe7a
Mad lib generator: https://glitch.com/edit/#!/join/a7e239e5-6623-47c7-a4ea-b705ab1adb9d
Through iterations and getting feedback, the app turned into a menu generator rather than a recipe searcher.
Added ability to remove days and search for recipes
Added feature that prints recipes so that user can save the menu
https://drive.google.com/file/d/1zf4uMqoYFIEFHRrHHe0IjTlB1-2RM6SP/view?usp=sharing
Help users find recipes by searching an ingredient and specifying a diet if applicable (“vegan”, “vegetarian”, “paleo”, “dairy-free”, “gluten-free”, etc.)
using https://developer.edamam.com/edamam-docs-recipe-api
Cat Carousel: https://repl.it/@Stephaniejoy/Cat-carousel-jQuery
Return of FizzBuzz: https://repl.it/@Stephaniejoy/return-of-fizz-buzz
Commented code: https://repl.it/@Stephaniejoy/most-frequent-word-analyzer-challenge
Make student reports: https://repl.it/@Stephaniejoy/Make-student-reports-drill
Enroll in summer school: https://repl.it/@Stephaniejoy/Enroll-in-summer-school-drill
Find by id: https://repl.it/@Stephaniejoy/find-by-id-drill
Validate object keys: https://repl.it/@Stephaniejoy/validate-object-keys-drill