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

Feature Request: Track input layers in Vuex #138

Closed
aornugent opened this issue Dec 29, 2021 · 2 comments
Closed

Feature Request: Track input layers in Vuex #138

aornugent opened this issue Dec 29, 2021 · 2 comments
Labels
enhancement New feature or request Issue:No-Activity

Comments

@aornugent
Copy link
Collaborator

aornugent commented Dec 29, 2021

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

Users should be able to review the metadata and associated config templates for all uploaded data.

Describe the solution you'd like.

In order to keep track of the current application state, we can load the names of uploaded files into a layers array in the Vuex store using Dropzones getAcceptedFiles method.

Because we upload multiple layers (like in the GCBM Demo Run), we can store them as an array using this pattern: https://stackoverflow.com/questions/56748999/how-to-add-new-values-to-an-array-object-using-vuex/56749448#56749448

We want to synchronise the Vuex store and FLINTcloud state after every successful upload, for example here:

Describe alternatives you've considered

None, suggestions welcome.

Additional context.

Post-processing of uploaded files will likely be handled in FLINTcloud using Python. This might including updating JSON templates to configure the simulation to accept the input files. The config templates themselves probably don't need to be stored in the UI, but a user will likely want to retrieve the config. for a given upload to edit or review.

@aornugent aornugent added the enhancement New feature or request label Dec 29, 2021
@github-actions
Copy link

This issue has not seen any activity for the past 30 days. If this Issue would not see any further updates in the next 7 days, it would be automatically closed. Please comment on the issue if you would like to discuss on this further.

@github-actions
Copy link

github-actions bot commented Apr 6, 2022

Thanks for raising an issue! We at moja global appreciate your concerns and views to help us improve. We capitalize on fostering a welcoming environment for all our contributors. This issue was closed because it has been stalled for 7 days with no activity. If you would like to discuss it further, please create another issue or reach out to a maintainer on the prospects of getting it resolved.

@github-actions github-actions bot closed this as completed Apr 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Issue:No-Activity
Projects
None yet
Development

No branches or pull requests

1 participant