Skip to content

Instantly share code, notes, and snippets.

View MollyJeanB's full-sized avatar

Molly Jean Bennett MollyJeanB

View GitHub Profile

Things to fix

  • Forms on chore bubble are semi-transparent on mobile in Safari. Hide the member name when dropdown is down.
  • Error messages for signup may be misleading if server is down. Refactor code to reflect messages.
  • Give app descriptive url!
  • Make it clear what to do if there's no data in the account yet

Positive Feedback

  • Clean design, responsiveness.

  • "Cute."

  • Most people could describe current or former cases where they's want to use this tool.

Places to Improve/Things that Are Unclear

@MollyJeanB
MollyJeanB / Chorely-Core-User-Stories.md
Created March 22, 2018 16:39
Descoped user stories for React capstone

Core User Stories

  • As a user, I should be able to view a demo account
  • As a user, I should be able to create an account
  • As a user, I should be able to login to my existing account if I enter the proper credentials
  • As a user, I should be able to create household members, give them names, and select their corresponding colors.
  • As a user, I should be able to create chores, give them names, assign point values, and specify the number of times they should be completed each week.
  • As a user, I should be able to update and delete chores.
  • As a user, I should be able to check off who as completed a chore and see that member's score incremented.
@MollyJeanB
MollyJeanB / Chorely-User-Stories.md
Created March 22, 2018 16:35
React capstone user stories

User Stories

  • As a user, I should be able to view a demo account
  • As a user, I should be able to create an account
  • As a user, I should be able to login to my existing account if I enter the proper credentials
  • As a user, I should be able to create household members, give them names, and select their corresponding colors.
  • As a user, I should be able to create chores, give them names, assign point values, and specify the number of times they should be completed each week.
  • As a user, I should be able to update and delete chores.
  • As a user, I should be able to edit household members' names and colors. I should also be able to delete household members.
  • As a user, I should be able to check off who as completed a chore and see that member's score incremented.
@MollyJeanB
MollyJeanB / Chorely-statement.md
Created March 22, 2018 03:28
React capstone Purpose Statement and App Name

Chorely.

Chorely turns household chores into a friendly competition and provides a visual record of who's doing what.
@MollyJeanB
MollyJeanB / gist:ce219c6db8ca25a15a54584aee8831c8
Last active February 28, 2018 19:16
Thinkful PDX Book Club List

Welcome to Book Club!

To supplement our learning and have some bookish fun, anyone in the Thinkful PDX community is welcome to join our bi-weekly book club.

Currently Reading

Pragmatic Thinking and Learning: Refactor Your Wetware by Andy Hunt

To get a Thinkful-sponsored copy, let Emma know and fill out the slack poll re: which version you prefer.

Next Meeting

TBD. Fill out the poll on the #portland slack channel to indicate your preferred time.
User Stories:
As a user, I should be able to add, name, and save new smells (dropped pins) and assign categories to them.
As a user, I should be able to update smells I have already created.
As a user, I should be able to delete smells I have added.
As a user, I should be able to delete maps I have created.
Screens:
Full map: shows a map with existing smells (default all, or users can select different categories)
@MollyJeanB
MollyJeanB / gist:28187401e0eb14d4aaf67d5965f3ce42
Created January 8, 2018 03:49
Prompt Robot user feedback summary
MVP
My MVP was quite far from the app I intended to build in both design and API functionality, so I focused on getting feedback a little later in the process. Still, here is some useful feedback I received on my MVP:
-In a Q&A session, Pol Klein noted that the behavior that the way the word blocks moved unevenly on the page when a user clicked to get a definition was distracting.
-I wasn’t happy with the way the prompts kept repeating due to the small word banks.
Robot 1.0
Improvements made: Many! Designed the basic look of the robot and got my web server working in order to get random words from the Words API rather than the word bank. Added an option to toggle the g-rated setting.