-
Notifications
You must be signed in to change notification settings - Fork 13
Week 7 #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
bhague1281
wants to merge
7
commits into
frontend-application-development-uw20:master
Choose a base branch
from
tanveeriali:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Week 7 #12
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
35055bc
Update README.md
tanveeriali ec26443
Update README.md
tanveeriali 9bb9e86
Add files via upload
tanveeriali 13b381e
Update README.md
tanveeriali c369669
Add files via upload
tanveeriali 27f51e7
Update README.md
tanveeriali 9f2c4cc
Update README.md
tanveeriali File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,100 @@ | ||
| # Name of project: BrainKwik (Working Title) | ||
|
|
||
| ## Elevator pitch | ||
|
|
||
| BrainKwik is an online flash card creator that will help you memorize and study what you need fast. It is a well-designed, easy-to-use app that makes cramming for a test or remembering the names of members of your extended family easy. The initial scope of this app will focus on helping users build and study their own flash card sets. But it's also being built for scalability in which people can share and search for other flash card sets. (Not within the scope of this class.) | ||
|
|
||
| ## Expected dependencies | ||
|
|
||
| * React router | ||
| * Bootstap | ||
| * Firebase | ||
|
|
||
| ## Tasks | ||
|
|
||
| * Architect underlying database in firebase. Should be organized by User > Flash Card Set > Card | ||
| - Metadata for each flashcard set (Title, Times Practiced, Category, Shared with public (boolean), Last Practiced) | ||
| - Metadata for each card (Side A, Side B, Number of times answered, Number of times correct) | ||
| * Build preset flash card sets in Firebase available to all users | ||
| * Start create-react-app scaffold | ||
| - Install dependencies | ||
| * Create firebase login screen route for app | ||
| - Minimum Google and by email | ||
| * Set rules for database | ||
| - User can only access public card sets and self-created sets | ||
| * Create UI for intro scene | ||
| - Clickable cards will be based on state from retrieved user data. | ||
| - Create CSS rules specific to card set categories | ||
| * Create logic for click on intro scene cards | ||
| - Fetch flash card set from firebase and store in state | ||
| - If create new flash card set is clicked, create a new card set collection. | ||
| * Create UI for flash card building screen (requires route) | ||
| - Create UI for new card sets which start with card picker. | ||
| - Implement form validations and checks | ||
| - Minimum set should have a category, a title and at least one complete card. | ||
| - Check validation on each card save. | ||
| - Store this information in state and send back to firebase on completion. | ||
| * Create UI for flash card answering | ||
| - Serve up a random card for answering | ||
| - Build card flip UI CSS | ||
| - Store performance in state. Send performance to firebase on completion | ||
| * Build React component for end of card set UI | ||
|
|
||
| Reach goals: | ||
| * Allow users to track how well they've been doing in each set. | ||
| * Allow users to customize study sessions (number of cards, only cards below a certain success rate, etc.) | ||
| * Allow users to share their sets with other users. | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This would be a cool addition. May involve some thought on how to mark the set as visible to other users. |
||
|
|
||
| ## Wireframes | ||
|
|
||
| See images in repository | ||
|
|
||
| ## Plan and timeline | ||
|
|
||
| May 29 - May 31 | ||
| * Architect underlying database in firebase. Should be organized by User > Flash Card Set > Card | ||
| - Metadata for each flashcard set (Title, Times Practiced, Category, Shared with public (boolean), Last Practiced) | ||
| - Metadata for each card (Side A, Side B, Number of times answered, Number of times correct) | ||
| * Build preset flash card sets in Firebase available to all users | ||
| * Start create-react-app scaffold | ||
| - Install dependencies | ||
| * Create firebase login screen route for app | ||
| - Minimum Google and by email | ||
| * Set rules for database | ||
| - User can only access public card sets and self-created sets | ||
|
|
||
| June 1-June 5 | ||
|
|
||
| * Create UI for intro scene | ||
| - Clickable cards will be based on state from retrieved user data. | ||
| - Create CSS rules specific to card set categories | ||
| * Create logic for click on intro scene cards | ||
| - Fetch flash card set from firebase and store in state | ||
| - If create new flash card set is clicked, create a new card set collection. | ||
| * Create UI for flash card building screen (requires route) | ||
| - Create UI for new card sets which start with card picker. | ||
| - Implement form validations and checks | ||
| - Minimum set should have a category, a title and at least one complete card. | ||
| - Check validation on each card save. | ||
| - Store this information in state and send back to firebase on completion. | ||
| * User test the flash card building | ||
|
|
||
| June 6-9 | ||
| * Create UI for flash card answering | ||
| - Serve up a random card for answering | ||
| - Build card flip UI CSS | ||
| - Store performance in state. Send performance to firebase on completion | ||
| * Build React component for end of card set UI | ||
| * User test the flash card answering | ||
|
|
||
| June 10-14 | ||
| * Polish and bug removal | ||
|
|
||
| June 15 | ||
| * Submit project | ||
|
|
||
| --------- | ||
|
|
||
| # Week 7 Assignment | ||
|
|
||
| Your assignment for this week is to think of a final project idea and create a plan for the project. | ||
|
|
||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds like a great idea!