Skip to content

Instantly share code, notes, and snippets.

User feedbacks:
Friend:
wanted to delete shopping list or item or store : that can be done with React JS
wanted to see different colors: that can be done with css
wanted to see different design on web scale: that can be done with css
Project name: Shoppa
Project description: My family always use text message as grocery shopping list for our weekly needs, therefore
I decided to take this opportunity to create my own app.
In the app user will sign up for an account so that the user's shopping lists would be stored for the future
references. Then, User will choose stores and make a list for the specific stores. As a returning user I would
be able to see what stores I frequently shop to and those stores would be selected as default, So that user
doesn't have to choose store everytime when they log in.
Technologies: I am planning to create full stack application which will use React as a client and Node JS, Express JS as a server API.
@manduulya
manduulya / gist:47ae74b58171c2d5d16a966afdb65d8f
Created June 28, 2020 17:10
2nd Capstone User Stories:
Role Task Importance
As a NEW user: I want to sign up for an account High
As a NEW user: I want to select my grocery stores High
As a NEW user: I want to make a grocery shopping list High
As a NEW user: I want to delete from my list Medium
As a NEW user: I want to remove from my store list Medium
As a NEW user: I want to log out from my account Low
As a returning user: I want to login to my account High
As a returning user: I want to mark off what is purchased High
@manduulya
manduulya / gist:b424e18b2a6fd011e55c5b460b75c9de
Last active June 23, 2020 03:36
Big O notation assignment
1. This is O(1) function - No matter the number of people in the room you only have to yell once.
2. This is O(n) (Linear) Function. I think is because it has to check with every person in the room and find the one with
Golden Retriever. If there are more people to ask the longer the time needed to find.
3. O(1) The function only accepts input of size (1) and its time on directly porpotinal to the value.
4. O(n^2) It has two levels of loops which exponentally increases the time to complete.
5. O(n) The time it takes to complete the function is directly perportinal to the input.
@manduulya
manduulya / gist:873d8219a0b3b6102d7db8cffaf3e947
Created June 14, 2020 20:11
Interviewing Overview Assignment
https://docs.google.com/document/d/12gbgQNM407UKnjeGiCATZqswBofKkJVtTnTCjNStMqI/edit
Applied to 2 jobs
Top Feedbacks from 3 user :
• need better colors: I will work on it when i do the polishing.
• too big button : I agreed with them.
• Order from is overlaying over the framed image: I will fix it
• Mobile view is cricket: I will fix it
• UploadPage endpoint is not mobile friendly: I will fix it
• landing page needs to have more coloring: I will think about it
• sign up form wanted: But I disagreed, because I figured different approach to meet the criteria.
Here is my cover letter
Feedback : I sent the link to my 4 friends so far and they provided below list of feedback.
• need better colors: I will work on it when i do the polishing.
• too big button : I agreed with them.
• landing page needs to have more coloring: I will think about it
• sign up form wanted: But I disagreed, because I figured different approach to meet the criteria.
• Option of dimension selection wanted: I will work on it
• Availability of seeing the total price of the final product: I will work on it