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

generating a unique url for each run #67

Open
FuqiX opened this issue Aug 24, 2021 · 5 comments
Open

generating a unique url for each run #67

FuqiX opened this issue Aug 24, 2021 · 5 comments

Comments

@FuqiX
Copy link
Contributor

FuqiX commented Aug 24, 2021

currently, users can retrieve their solutions using links like this

http://45.88.80.100:8080/wizard?answers=Project%20manager&answers=Retrospective%20data&answers=No&answers=Reusability&answers=Provenance:Minimum%20information%20checklists\

users should aways be able to find the same answers even if the decision tree changes. or the resource changes. Hence, we need to create a unique URL for each run.

(we can say the resource will only be stored for 1 month/3 months if needed) FAIRsharing solves the same problem by asking users to login, and generate unique URLs for logged in users.

@theisuru
Copy link
Collaborator

is this the same as #63 @FuqiX

@theisuru
Copy link
Collaborator

Why would we want to keep the same answers even after decision tree changes?

@FuqiX
Copy link
Contributor Author

FuqiX commented Sep 13, 2021

@theisuru "the answers" here means the user created a solution, downloaded it, and three month later, he/she can still find what he used to got?

@theisuru
Copy link
Collaborator

@FuqiX If there are new resources, recipes after the report generation, then they will not be shown in the report.

@FuqiX
Copy link
Contributor Author

FuqiX commented Jul 20, 2022

that is okay. The purpose of having a permanent URL is to allow people refer to the version they first created for sharing and discussion. But we can add a sentence in the report saying that the wizard might have evolved. better check the latest online version

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