-
-
Notifications
You must be signed in to change notification settings - Fork 338
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
web-version: Import/Export data #1691
Comments
Thanks for reporting this! I'd look into it as soon as I can. Considering the logic of importing and exporting is within the app logic itself, this should just be a matter of introducing the import/export actions within the app UI itself and wiring it up to the same logic, which should be pretty straightforward. If anyone is feeling adventurous, I can help with reviewing a PR! |
I can give this a go. |
Go for it! |
GH-1691: Add import/export menu in client app
Hi, I saw that there is a merged pull request, that looks promising :) Any idea when this feature will be available on https://altair-gql.sirmuel.design/ ? |
@imolorhe any idea when this will be available on https://altair-gql.sirmuel.design/ ? |
@huehnerlady I don't have a timeline. Currently that is only deployed when Staging gets merged to master, but that only happens now when ready for a release. I intend to deprecate the use of a staging branch and maintain only the master branch, which would also mean that https://altair-gql.sirmuel.design/ would always contain the latest changes even before release. For now however, that is not the case. If you'd like to help with that process, searching for |
Is your feature request related to a problem? Please describe.
I love the feature that you can try altair out in the web browser, so you get an even easier start to it. What I find dangerous though, is that you start trying it, then you love it and want to install the programme.... but then you have the problem, that you cannot export the data to move to the installed version, so you have to start from scratch again. The other thing is, that you cannot import data to try, you can import collections, but sometimes this is not enough (see #1690) with importing data you could also import the environment variables.
Describe the solution you'd like
I would like to get the import/export data functionality you have in the rich client, so people can get an EVEN EASIER start :)
The text was updated successfully, but these errors were encountered: