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

[Work-in-Progress] Import answers from Excel spreadsheet(#426) #428

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Deep-Chill
Copy link
Contributor

  • 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.

- `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.
Copy link
Contributor

@smirolo smirolo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants