cusbg / prankweb

Web application for protein-ligand binding sites analysis and visualization
https://prankweb.cz
Apache License 2.0
7 stars 3 forks source link

URL Arguments #121

Closed skodapetr closed 1 year ago

skodapetr commented 1 year ago

From the landing page, user select PDB code and is redirected to https://prankweb.cz/analyze?database=v3-conservation-hmm&code=2SRC from there there is another redirect to https://prankweb.cz/viewer?id=2src&database=v3-conservation-hmm&created=2022-01-27T07:50:59&lastChange=2022-01-27T07:50:59%20%20&structureName=structure.pdb&predictionName=2SRC&predictedStructure=undefined is it necessary to store all the data in query URL? All the data are available at the server, we can just load them. This way the URL is longer and less readable. Are there any benefits to this approach?