Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.73 KB

File metadata and controls

49 lines (33 loc) · 1.73 KB

Who said that?

What are we building?

Our idea is to create a database app where people can post their own random questions or facts about themselves to the home page and the names of who posted what will be hidden on another page with the name, FAC cohort (id as number) information by a reveal button as a starting point.

User stories

As a user, I want to: submit information to your site for anyone to see As a user, I want to: come back to your site later and see what I posted is still there

Team members and roles

  • DevOps - Miah
  • Quality Assurance - Oli
  • User Experience - Milly
  • Scrum Facilitator - Adam

Issue management

  • Reading/Writing to database and deploying took 3-5 times longer than expected
  • Tests, basic UI, CSS styling and planning ran to time

How to install

  • Git clone https://github.com/fac-23/week2-database
  • Run command npm install in terminal.
  • Start sever run command npm run dev.
  • Run cypress testing run command npm run test.
  • Or can access locally on localhost:3333

Anything under active development (or known bugs)

  • Deployment to Heroku
  • Home button
  • Keyboard focusable on the fact cards
  • Display FAC cohort

Stretch goals

  • Add quiz game element

Who to contact if any private keys are required to run the project?

  • Adam
  • Milly

Learnings

  • Not having enough time to review progress and catch up.
  • Taking the time to read the docs and google errors is worth the time, trying to reverse engineer/modify workshop code can be counter productive to starting from scratch
  • When running into errors or walls :person_climbing: research solutions together but all on our separate computers for time management ⏲️