The Cancer Imaging Archive
  1. The Cancer Imaging Archive

submission-wizard

Public
AuthorCommitMessageCommit dateIssues
frundettefrundette
6d95c0f33cdexport wait, format export filename
frundettefrundette
9da13b41e2bbug fix - return to directory picker once file selected(opposed to directory)
frundettefrundette
2e53df7944fspinner & wait for import stepReturn promise for import step.
frundettefrundette
cb0e0552ed3updated default excel templatechanged patient id & diagnosis date in excel file to text
frundettefrundette
aaf59272d30Wait for anonymization to completeImplemented spinner tied to a promise for the anonymization step. Poll server until conditions met to safely say the anonymization is complete.
frundettefrundette
6e4dbe9cc0eMoved login logicLogin when app first loaded rather than waiting until configure step is completed.
frundettefrundette
5aa624df4ecselect all / deselect all for "select data" tabbutton that toggles all check boxes
frundettefrundette
689f7c60c8alocal & export manifestsUpdated 'listManifest' to 'listExportManifest' (as the anonymized manifest) and added 'listLocalManifest' (as the mapping manifest). The mapping manifest downloads immediately upon entering the review tab.
frundettefrundette
765f7d39848event refactorImplement the on-change event to better control the state of the application and account for going backwards as well as forward through the tabs. This fixes the problem of the button text being incorrect when going back a step.
frundettefrundette
b0f08d5d7d2implement getSystemFileRoots method for directory pickerallow user to navigate up to see the drives on the computer.
frundettefrundette
97ad0c7b35bCSS updatesremove selected highlight when there are checkboxes on the treeview
frundettefrundette
893b5323582Calculate Anonymization SummaryUse Sets to count how many patients, studies, and series have been anonymized.
frundettefrundette
864a7c6e6adDownload manifestDownload the manifest link on Finished tab now working.
frundettefrundette
5a5fe3fd57dButton Text & AnonymizationButton text now customizable per tab. Only anonmize what user has selected. (Still needs some coordination with JP to figure out how we can know when it's finished anonymizing)
frundettefrundette
7c56f6b0720Display items in Import PipelineConvert the returned XML from the listImport function into JSON for the treeView component.
frundettefrundette
cb63480e0a3Changed starting directory to "/"Use "/" as the starting path for the file system navigator on the Import Data phase. Also changed wizard steps names to match team's requests.
frundettefrundette
e063ad1e5e7Added logic to export stepExport step functional. Lots of code reorganization.
frundettefrundette
2acc52dd839Including files in the dist folder
frundetteGitHubfrundette
7dd56aace08include dist folderFor now, include the /dist folder to make sharing easier with other team members.
frundettefrundette
95f850659e1Initial commit