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

Publisher Store #7

Open
OstlerDev opened this issue Mar 6, 2016 · 0 comments
Open

Publisher Store #7

OstlerDev opened this issue Mar 6, 2016 · 0 comments

Comments

@OstlerDev
Copy link
Member

There should be one main store that holds the data inputed into the publisher. This store needs to be high up in the main publisher class that contains the tab selection and display.

If a user switches tabs, the store does not get wiped but changes its type to the type of the newly selected tab. All info in the store that matches types in the tab should be filled in automatically.

On submit, it will only process the current tabs items and wipe the store after processing is complete. This makes sure that if a user is adding a video, then ends up deciding to upload a song instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
@OstlerDev and others