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

Actions for current item #64

Merged
merged 21 commits into from
Jul 3, 2020
Merged

Actions for current item #64

merged 21 commits into from
Jul 3, 2020

Conversation

kungpaogao
Copy link
Member

Summary

This pull request implements the actions in the furniture card dialog for the current item (related to #5).

Test Plan

These actions in the menu actually work :)
image

Breaking Changes

  • renamed parameter in functions - calls that use the old parameter name won't work as expected
  • renamed db.ts to firebase.ts - it exports more than just db now
  • dialog logic is moved to FurnitureCardDialog component
  • Vuex action commitUpdates no longer takes an argument
  • edit card dialog show behavior is based on computed property now

Next Steps

  • when we have runs, we should add that action to the menu as well - otherwise, we're pretty much done with the basic "CRUD" actions for the inventory/archive tables

@kungpaogao kungpaogao added the feature New feature or request label Jun 25, 2020
@kungpaogao kungpaogao added this to the MVP milestone Jun 25, 2020
@kungpaogao kungpaogao self-assigned this Jun 25, 2020
@github-actions
Copy link

- happened if you closed to quickly after an edit
- made things async/await
- added loading
@github-actions
Copy link

Copy link
Contributor

@rayrayweng rayrayweng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. How would I be able to actually test the actions out (insufficient permissions)?

@kungpaogao kungpaogao merged commit a3170ce into master Jul 3, 2020
@kungpaogao kungpaogao deleted the kungpaogao/current-actions branch July 3, 2020 19:42
@kungpaogao kungpaogao restored the kungpaogao/current-actions branch July 7, 2020 14:57
@kungpaogao kungpaogao deleted the kungpaogao/current-actions branch July 7, 2020 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Archive missing ability to view furniture details
2 participants