-
Notifications
You must be signed in to change notification settings - Fork 16
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
Version 0.0.0 #85
Merged
Merged
Version 0.0.0 #85
Conversation
This file contains 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
Add team names to README
Add Contributing guidelines [Resolves #1]
* Add contrib, roadmap, and reqs to README * Fix link to Roadmap
(feat) Add Bill, Item, and User tables
Refine schema
(feat) Add React Homepage and Billpage
* Add api router' ; ' * Create server file * (feat) Rough out server structure
* Create server file * Add hashids and supertest * Ignore databases * Create controllers for database models * Implement short ids and create join table for debtors * Implement api handler specs * Implement save bill * Update README
* Implement ability to delete billItems * Implement ability to change bill Item values
(refactor) file structure and functional components
* Add auth route' ; ' ' * (refactor) Align with style guide
(feat) Add tip and tax fields to Bills
…ndpoints (#33) * Fix merge conflicts * Add bcrypt and session config * Add packages * Add local strategy * Implement user controller * Add placeholder response * Implement authentication routes * Fix conflicts * Fix conflicts
* Add public/index.html for localdev * Integrate JWT into Sign Up * Integrate JWT in Log In * Integrate JWT with Profile * Fix requestHandler for login * Refactor firstname/lastname to name to match API * Imtegrate JWT in bill creation * Integrate Bill update with JWT There is no appropriate API Route for updating a Bill. There _is_ a route for updating Bill items, but that doesn't help much to update the Bill's Tax/Tip/Description. * (feat) claim and pay for bill items * (feat) Paypal and SquareCash payment links * Remove unnecessary module
…ashweaver-develop
* Mock out bill update * Implement update bill
…hinodavid-docupdate
(doc) Document dev and doc processes in README
… luisevilleda-develop
(refactor) Capitalize test headings
* Implement css styles * Implement home css styles
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.