mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
feat!: Add answer sets to CSV export
BREAKING CHANGE: Change format of Relationship CSV export BREAKING CHANGE: Use 'id' for id field in CSV exports Add RelationshipAnswerSet CSV export
This commit is contained in:
@@ -17,6 +17,10 @@ urlpatterns = [
|
||||
path('export/relationships',
|
||||
views.people.RelationshipExportView.as_view(),
|
||||
name='relationship'),
|
||||
|
||||
path('export/relationship-answer-sets',
|
||||
views.people.RelationshipAnswerSetExportView.as_view(),
|
||||
name='relationship-answer-set'),
|
||||
|
||||
path('export/activities',
|
||||
views.activities.ActivityExportView.as_view(),
|
||||
|
||||
Reference in New Issue
Block a user