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

Allow Users to Edit Pantry Contents via Dashboard #113

Merged
merged 1 commit into from
Sep 29, 2021
Merged

Conversation

imRohan
Copy link
Owner

@imRohan imRohan commented Sep 28, 2021

Screen Shot 2021-09-27 at 4 50 11 PM

The dashboard as it stands now is very much a read-only application. We should allow users who do not want to use the API to be able to manipulate their pantry contents (baskets) via the dashboard. Users should be able to add, remove and edit existing baskets via some form of JSON editor.
  • Replace json-pretty with json-editor
  • Abstracted backet logic to a new vue component
  • Add ability to delete baskets
  • Add ability to create new baskets
  • Changed copy to reflect new features

Resolves #112

@imRohan imRohan added the Work in Progress This PR is not ready for review, and is being worked on label Sep 28, 2021
@imRohan imRohan self-assigned this Sep 28, 2021
@imRohan imRohan force-pushed the rl-edit-mode branch 2 times, most recently from e2ddc9c to 9f6ab76 Compare September 29, 2021 13:13
@imRohan imRohan added Ready for Review Once you've squashed your commits, the PR is now ready for review! and removed Work in Progress This PR is not ready for review, and is being worked on labels Sep 29, 2021
The dashboard as it stands now is very much a read-only application.
We should allow users who do not want to use the API to be able to manipulate
their pantry contents (baskets) via the dashboard. Users should be able to add,
remove and edit existing baskets via some form of JSON editor.

* Replace json-pretty with json-editor
* Abstracted backet logic to a new vue component
* Add ability to delete baskets
* Add ability to create new baskets
* Changed copy to reflect new features

Resolves #112
@imRohan imRohan merged commit efa5ad0 into master Sep 29, 2021
@imRohan imRohan deleted the rl-edit-mode branch September 29, 2021 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready for Review Once you've squashed your commits, the PR is now ready for review!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow Users to Edit Pantry Contents via Dashboard
1 participant