[Work-in-Progress] Import answers from Excel spreadsheet(#426) - #428
Open
Deep-Chill wants to merge 1 commit into
Open
[Work-in-Progress] Import answers from Excel spreadsheet(#426)#428Deep-Chill wants to merge 1 commit into
Deep-Chill wants to merge 1 commit into
Conversation
- `generate_test_data.py`: Changed created_at date to datetime object, as was expected by the Sample.objects.create method. Was previously returning an error for this on my end. - `views/assess.py`: Added view with comments for uploading and saving data from an XLSX file Note: A lot of temporary elements that'll be removed in the later versions such as comments and print statements.
smirolo
reviewed
Jan 9, 2024
smirolo
left a comment
Contributor
There was a problem hiding this comment.
The idea on how to do processing is sound. I believe it should be defined as an API end point though, so we can use the dropzone drag&drop UI component.
Deep-Chill
added a commit
to Deep-Chill/djaopsp
that referenced
this pull request
Jan 24, 2024
- Made changes to fixtures that were overriding a previous PageElement. - Made changes to generate_test_data which were causing issues with test data generation to create a datetime object. Also mentioned in (djaodjin#428) but adding it here for consolidation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
generate_test_data.py: Changed created_at date to datetime object, as was expected by the Sample.objects.create method. Was previously returning an error for this on my end.views/assess.py: Added view with comments for uploading and saving data from an XLSX fileNote: A lot of temporary elements that'll be removed in the later versions such as comments and print statements.