Skip to content
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

feat: support adding expenses #8

Merged
merged 9 commits into from
Dec 26, 2023
Merged

feat: support adding expenses #8

merged 9 commits into from
Dec 26, 2023

Conversation

dustinwhisman
Copy link
Owner

@dustinwhisman dustinwhisman commented Dec 26, 2023

Description

This allows users to add expenses. The inputs have attributes to help with filling out the form, including for validation, autocapitalization, and input modes. They also accept default values, which will help for editing expenses later. There are a few helper methods for formatting input values, but everything is kept pretty basic. Will want to come back to this to add tests later.

To Validate

  1. Make sure all PR Checks have passed
  2. Pull down this branch
  3. Run npm run dev and check for any unexpected changes
  4. Click the "Add Expense" link on the overview page, confirming it loads a form with today's date pre-populated
  5. Add an entry and submit the form, confirming it redirects you to the overview page with your new expense shown as expected

Copy link

netlify bot commented Dec 26, 2023

Deploy Preview for bvdget ready!

Name Link
🔨 Latest commit 088ca37
🔍 Latest deploy log https://app.netlify.com/sites/bvdget/deploys/658b0b2ee45e5300082b0f8a
😎 Deploy Preview https://deploy-preview-8--bvdget.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@dustinwhisman dustinwhisman changed the title Feat/add expense feat: support adding expenses Dec 26, 2023
@dustinwhisman dustinwhisman merged commit 32b8741 into main Dec 26, 2023
7 checks passed
@dustinwhisman dustinwhisman deleted the feat/add-expense branch December 26, 2023 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant