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 to download the spectrum file (.spec) #619

Merged
merged 30 commits into from
Aug 22, 2022
Merged
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
d6c78fe
create the .spec file -->>"/dowload"
arunavabasucom Aug 3, 2022
8cf0a5b
correct variable name
arunavabasucom Aug 3, 2022
da0a8e2
Merge branch 'main' into download_molecule
arunavabasucom Aug 4, 2022
1f965af
adding download .spec files as as background task
arunavabasucom Aug 7, 2022
0728221
adding the .spec to logic to `download_spec func`
arunavabasucom Aug 7, 2022
9b74cab
removing unnecessary code
arunavabasucom Aug 7, 2022
80eefd1
fixing up the function
arunavabasucom Aug 8, 2022
2d7e3ac
Merge branch 'main' into download_molecule
arunavabasucom Aug 8, 2022
cdac922
sperate the `generate and return file function `
arunavabasucom Aug 8, 2022
237986a
modified
arunavabasucom Aug 13, 2022
8a4ca30
server setup complete 😎
arunavabasucom Aug 14, 2022
873446b
frontend setup complete
arunavabasucom Aug 14, 2022
0352695
remove the size from `CALCULATE SPECTRUM button`
arunavabasucom Aug 14, 2022
3d56338
change the folder name
arunavabasucom Aug 14, 2022
f09d854
change the `http` method
arunavabasucom Aug 14, 2022
06ff1cc
correct the `endpoint` name
arunavabasucom Aug 14, 2022
fb2523f
fixed the `main.py`
arunavabasucom Aug 14, 2022
33e1419
make a common function for `submit and download`
arunavabasucom Aug 14, 2022
5955c2b
add delete script && fix naming of the hooks
arunavabasucom Aug 15, 2022
ef6e1de
use the specrate function in calculate-spectrum endpoint
arunavabasucom Aug 15, 2022
80aec4f
Merge branch 'main' into download_molecule
arunavabasucom Aug 15, 2022
e2f4437
remove emoji
arunavabasucom Aug 15, 2022
bd4dbb1
fix label and eqilibrium bug
arunavabasucom Aug 15, 2022
b51a09b
fix the naming conventions
arunavabasucom Aug 15, 2022
7eca8ec
fix the type of simulate_slit
arunavabasucom Aug 15, 2022
3bb2779
working on download
arunavabasucom Aug 16, 2022
486908c
fix the auto downloading
arunavabasucom Aug 17, 2022
6e437f1
done with download feature 😀 || remove nan values form json
arunavabasucom Aug 19, 2022
d0116a4
remove `submitcount`😎
arunavabasucom Aug 19, 2022
de597dd
fixing download button
arunavabasucom Aug 22, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"react-hook-form": "^7.33.1",
"react-plotly.js": "^2.5.1",
"react-scripts": "5.0.1",
"react-top-loading-bar": "^2.1.0",
"typescript": "^4.4.2",
"web-vitals": "^2.1.0",
"yup": "^0.32.11"
Expand Down
Loading