Skip to content

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.

2 participants