-
Notifications
You must be signed in to change notification settings - Fork 52
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
Upload samples through spreadsheet single page #1520
Upload samples through spreadsheet single page #1520
Commits on May 5, 2023
-
Added the roo and roo-xls gems
Kevin De Pelseneer committedMay 5, 2023 Configuration menu - View commit details
-
Copy full SHA for f3b3afb - Browse repository at this point
Copy the full SHA f3b3afbView commit details
Commits on May 8, 2023
-
Working on uploading the samples via spreadsheet
- added route to routes.rb - Extraction of sample information in the controller - Added a partial form with a button to upload the spreadsheet
Kevin De Pelseneer committedMay 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 8126b2a - Browse repository at this point
Copy the full SHA 8126b2aView commit details
Commits on Jun 16, 2023
-
Added functionality to read excel spreadsheets of source samples table
Kevin De Pelseneer committedJun 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 61a0058 - Browse repository at this point
Copy the full SHA 61a0058View commit details -
Changed form to html button that calls an ajax function
Kevin De Pelseneer committedJun 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 60ed3ec - Browse repository at this point
Copy the full SHA 60ed3ecView commit details -
Added a modal form for the overview of the upload actions
Kevin De Pelseneer committedJun 16, 2023 Configuration menu - View commit details
-
Copy full SHA for f8128b3 - Browse repository at this point
Copy the full SHA f8128b3View commit details
Commits on Jun 26, 2023
-
Added
project
and changeddb_samples
to match the samples from th……e database the current user has at least editing authorization for.
Kevin De Pelseneer committedJun 26, 2023 Configuration menu - View commit details
-
Copy full SHA for bcd7762 - Browse repository at this point
Copy the full SHA bcd7762View commit details -
Implemented javascript functions to submit samples to update and samp…
…les to create.
Kevin De Pelseneer committedJun 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 2cdc97b - Browse repository at this point
Copy the full SHA 2cdc97bView commit details -
Changed the sample upload modal:
- Removed trailing `\n` from cells - Added more information to 'General Information' pane
Kevin De Pelseneer committedJun 26, 2023 Configuration menu - View commit details
-
Copy full SHA for bcd9f56 - Browse repository at this point
Copy the full SHA bcd9f56View commit details -
Added error message to the bottom of the form.
Kevin De Pelseneer committedJun 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 9382256 - Browse repository at this point
Copy the full SHA 9382256View commit details
Commits on Jun 27, 2023
-
Change
can_manage?
tocan_edit?
and removed the template from the…… general information.
Kevin De Pelseneer committedJun 27, 2023 Configuration menu - View commit details
-
Copy full SHA for d8c4444 - Browse repository at this point
Copy the full SHA d8c4444View commit details -
Added the roo and roo-xls gems
Kevin De Pelseneer committedJun 27, 2023 Configuration menu - View commit details
-
Copy full SHA for f6b9b1b - Browse repository at this point
Copy the full SHA f6b9b1bView commit details -
Working on uploading the samples via spreadsheet
- added route to routes.rb - Extraction of sample information in the controller - Added a partial form with a button to upload the spreadsheet
Kevin De Pelseneer committedJun 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 74e401f - Browse repository at this point
Copy the full SHA 74e401fView commit details -
Added functionality to read excel spreadsheets of source samples table
Kevin De Pelseneer committedJun 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 0db4b89 - Browse repository at this point
Copy the full SHA 0db4b89View commit details -
Changed form to html button that calls an ajax function
Kevin De Pelseneer committedJun 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 9f34bd8 - Browse repository at this point
Copy the full SHA 9f34bd8View commit details -
Added a modal form for the overview of the upload actions
Kevin De Pelseneer committedJun 27, 2023 Configuration menu - View commit details
-
Copy full SHA for d851c61 - Browse repository at this point
Copy the full SHA d851c61View commit details -
Added
project
and changeddb_samples
to match the samples from th……e database the current user has at least editing authorization for.
Kevin De Pelseneer committedJun 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 4db4ab2 - Browse repository at this point
Copy the full SHA 4db4ab2View commit details -
Implemented javascript functions to submit samples to update and samp…
…les to create.
Kevin De Pelseneer committedJun 27, 2023 Configuration menu - View commit details
-
Copy full SHA for d1efb55 - Browse repository at this point
Copy the full SHA d1efb55View commit details -
Changed the sample upload modal:
- Removed trailing `\n` from cells - Added more information to 'General Information' pane
Kevin De Pelseneer committedJun 27, 2023 Configuration menu - View commit details
-
Copy full SHA for ddaba00 - Browse repository at this point
Copy the full SHA ddaba00View commit details -
Added error message to the bottom of the form.
Kevin De Pelseneer committedJun 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 5ed7138 - Browse repository at this point
Copy the full SHA 5ed7138View commit details -
Change
can_manage?
tocan_edit?
and removed the template from the…… general information.
Kevin De Pelseneer committedJun 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 84f01e6 - Browse repository at this point
Copy the full SHA 84f01e6View commit details -
Merge branch 'upload_samples_through_spreadsheet_single_page' of gith…
…ub.com:ELIXIR-Belgium/seek into upload_samples_through_spreadsheet_single_page
Kevin De Pelseneer committedJun 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 1e760ad - Browse repository at this point
Copy the full SHA 1e760adView commit details
Commits on Jul 4, 2023
-
Merge branch 'main' of github.com:seek4science/seek into upload_sampl…
…es_through_spreadsheet_single_page
Kevin De Pelseneer committedJul 4, 2023 Configuration menu - View commit details
-
Copy full SHA for b87ee3b - Browse repository at this point
Copy the full SHA b87ee3bView commit details -
Kevin De Pelseneer committed
Jul 4, 2023 Configuration menu - View commit details
-
Copy full SHA for b9c40e8 - Browse repository at this point
Copy the full SHA b9c40e8View commit details
Commits on Jul 6, 2023
-
Updated the sample upload view:
- Cancel button should close modal form - Clean-up and simplification
Kevin De Pelseneer committedJul 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 961bbdf - Browse repository at this point
Copy the full SHA 961bbdfView commit details -
Extrapolate upload functionality to other dynamic tables:
- Changed upload route from member to collection - Move Ajax call to the index.js file - Add function to the different tables
Kevin De Pelseneer committedJul 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 74742f7 - Browse repository at this point
Copy the full SHA 74742f7View commit details
Commits on Jul 7, 2023
-
Fixed notice when error occurs
Kevin De Pelseneer committedJul 7, 2023 Configuration menu - View commit details
-
Copy full SHA for d0598ce - Browse repository at this point
Copy the full SHA d0598ceView commit details -
Update counter when a sample is removed.
Kevin De Pelseneer committedJul 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 546c861 - Browse repository at this point
Copy the full SHA 546c861View commit details -
Modified controller to handle multi-sample inputs
Kevin De Pelseneer committedJul 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 4c4c8c0 - Browse repository at this point
Copy the full SHA 4c4c8c0View commit details -
Kevin De Pelseneer committed
Jul 7, 2023 Configuration menu - View commit details
-
Copy full SHA for e447c1f - Browse repository at this point
Copy the full SHA e447c1fView commit details -
Make table in modal form render multiple inputs as badges
Kevin De Pelseneer committedJul 7, 2023 Configuration menu - View commit details
-
Copy full SHA for c7fa567 - Browse repository at this point
Copy the full SHA c7fa567View commit details -
Moving the assay information down to avoid problems when uploading it…
… back.
Kevin De Pelseneer committedJul 7, 2023 Configuration menu - View commit details
-
Copy full SHA for c19521f - Browse repository at this point
Copy the full SHA c19521fView commit details -
Made changes to cope with assay data
Kevin De Pelseneer committedJul 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 3b3ed8e - Browse repository at this point
Copy the full SHA 3b3ed8eView commit details -
Making sure the user selects a file to upload
Kevin De Pelseneer committedJul 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 78cc293 - Browse repository at this point
Copy the full SHA 78cc293View commit details
Commits on Jul 10, 2023
-
Validation on the Excel spreadsheet:
- Test for file extension - Test for spreadsheet structure
Kevin De Pelseneer committedJul 10, 2023 Configuration menu - View commit details
-
Copy full SHA for c130c2a - Browse repository at this point
Copy the full SHA c130c2aView commit details -
Written a test for uploading a spreadsheet
Kevin De Pelseneer committedJul 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 4d40b72 - Browse repository at this point
Copy the full SHA 4d40b72View commit details -
Kevin De Pelseneer committed
Jul 10, 2023 Configuration menu - View commit details
-
Copy full SHA for f62d773 - Browse repository at this point
Copy the full SHA f62d773View commit details
Commits on Jul 13, 2023
-
Kevin De Pelseneer committed
Jul 13, 2023 Configuration menu - View commit details
-
Copy full SHA for ac27f25 - Browse repository at this point
Copy the full SHA ac27f25View commit details -
Tests for upload functionality in different Sample Types
Kevin De Pelseneer committedJul 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 870719c - Browse repository at this point
Copy the full SHA 870719cView commit details -
Merge branch 'main' of github.com:seek4science/seek into upload_sampl…
…es_through_spreadsheet_single_page
Kevin De Pelseneer committedJul 13, 2023 Configuration menu - View commit details
-
Copy full SHA for a250478 - Browse repository at this point
Copy the full SHA a250478View commit details
Commits on Jul 14, 2023
-
Cleaned up the upload area in the UI
Kevin De Pelseneer committedJul 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 865aaf3 - Browse repository at this point
Copy the full SHA 865aaf3View commit details -
Implement the SpreadsheetExplorerRepresentation instead of roo for sp…
…readsheet extraction.
Kevin De Pelseneer committedJul 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 06a210c - Browse repository at this point
Copy the full SHA 06a210cView commit details
Commits on Aug 7, 2023
-
Kevin De Pelseneer committed
Aug 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 20c8035 - Browse repository at this point
Copy the full SHA 20c8035View commit details -
Kevin De Pelseneer committed
Aug 7, 2023 Configuration menu - View commit details
-
Copy full SHA for e0dd9e2 - Browse repository at this point
Copy the full SHA e0dd9e2View commit details -
Kevin De Pelseneer committed
Aug 7, 2023 Configuration menu - View commit details
-
Copy full SHA for b3c0cb4 - Browse repository at this point
Copy the full SHA b3c0cb4View commit details
Commits on Aug 8, 2023
-
Added regex to exclude '=>' in values.
Kevin De Pelseneer committedAug 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 92a4edc - Browse repository at this point
Copy the full SHA 92a4edcView commit details
Commits on Aug 9, 2023
-
Modified the upload preview table to:
- Hide the button if no sample are added - Summarize samples the user does not have editing permissions for.
Kevin De Pelseneer committedAug 9, 2023 Configuration menu - View commit details
-
Copy full SHA for f2c9fd0 - Browse repository at this point
Copy the full SHA f2c9fd0View commit details -
Kevin De Pelseneer committed
Aug 9, 2023 Configuration menu - View commit details
-
Copy full SHA for f0990f4 - Browse repository at this point
Copy the full SHA f0990f4View commit details
Commits on Aug 11, 2023
-
Fixing the upload summary popup
Kevin De Pelseneer committedAug 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 6b108fb - Browse repository at this point
Copy the full SHA 6b108fbView commit details
Commits on Aug 16, 2023
-
Kevin De Pelseneer committed
Aug 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 635d726 - Browse repository at this point
Copy the full SHA 635d726View commit details -
Fixing the empty cells issue for MS Excel spreadsheets
Kevin De Pelseneer committedAug 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 31a01b0 - Browse repository at this point
Copy the full SHA 31a01b0View commit details -
Kevin De Pelseneer committed
Aug 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 451af95 - Browse repository at this point
Copy the full SHA 451af95View commit details
Commits on Sep 18, 2023
-
Simplify the relative path of the testing files
Kevin De Pelseneer committedSep 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 079a5a5 - Browse repository at this point
Copy the full SHA 079a5a5View commit details -
Remove spaces in comment lines of ERB files and add btn bootstrap class
Kevin De Pelseneer committedSep 18, 2023 Configuration menu - View commit details
-
Copy full SHA for b221684 - Browse repository at this point
Copy the full SHA b221684View commit details
Commits on Sep 19, 2023
-
Refactor the upload_samples function
Kevin De Pelseneer committedSep 19, 2023 Configuration menu - View commit details
-
Copy full SHA for c58afdb - Browse repository at this point
Copy the full SHA c58afdbView commit details -
Refactor the sample_upload_content view
Kevin De Pelseneer committedSep 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 8e5947a - Browse repository at this point
Copy the full SHA 8e5947aView commit details -
Add static backdrop to the modal form
Kevin De Pelseneer committedSep 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 9406e03 - Browse repository at this point
Copy the full SHA 9406e03View commit details -
Make modal form stay untill Ajax call is finished
Kevin De Pelseneer committedSep 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 430dcda - Browse repository at this point
Copy the full SHA 430dcdaView commit details