Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

[Feat] Load Project without using Vuex replaceState #54

@zachzoup

Description

@zachzoup

Is your feature request related to a problem? Please describe.

The projectActions.loadVueggProject action uses the Vuex replaceState function, which complicates implementing this project into an existing application using Vuex.

Describe the solution you'd like

Modify the projectMutations.updateProject method to allow updating more properties than just the title.

Describe alternatives you've considered

Could potentially create a new method, though renaming the existing updateProject method to updateProjectTitle might be a bit clearer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions