Skip to content

Commit

Permalink
feat(sciviz): add entry form for ExperimentTimeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ttngu207 committed Nov 6, 2024
1 parent f564c3b commit 007512a
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions aeon/dj_pipeline/webapps/sciviz/specsheet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,50 @@ SciViz:
- type: attribute
input: Experiment Type
destination: experiment_type

New Experiment Timeline:
route: /exp_timeline_form
x: 0
y: 1.6
height: 0.4
width: 1
type: form
tables:
- aeon_acquisition.ExperimentTimeline
map:
- type: table
input: Experiment Name
destination: aeon_acquisition.Experiment
- type: attribute
input: Timeline Name
destination: name
- type: attribute
input: Start Time
destination: start
- type: attribute
input: End Time
destination: end
- type: attribute
input: Note
destination: note

New Timeline Subject:
route: /exp_timeline_subject_form
x: 0
y: 2.0
height: 0.3
width: 1
type: form
tables:
- aeon_acquisition.ExperimentTimeline.Subject
map:
- type: table
input: Experiment Name
destination: aeon_acquisition.ExperimentTimeline
- type: table
input: Subject participating in this timeline
destination: aeon_acquisition.Experiment.Subject

Subjects:
route: /subjects
grids:
Expand Down

0 comments on commit 007512a

Please sign in to comment.