Closed ajtruckle closed 1 month ago
Proposal:
- Assignment column: **Host**, **Cohost** and **Zoom Operator**
- Links To column: **TypeName** field
@cengizu I realize that I have to go about this slightly differently now!
Parsing the CSV When we are in the CSV — Duties mode we will need to let the user press the Detect button.
TypeName
field values.Serialize mapping to JSON We will need to support load / save mapping to JSON file. It will be similar to the existing one for generic CSV import.
@ajtruckle
Looks to be working well👍
@cengizu We can now save the field mapping to JSON:
{
"VideoInclude": true,
"Video": "Video Operator",
"AudioInclude": true,
"Audio": "Audio Operator",
"ZoomInclude": true,
"Zoom": "Zoom Attendant"
}
The left values are hardcoded (think of them as ID's) and the right values are the TypeName
descriptions that the user selected.
Is your feature request related to a problem? Please describe. Support import / export of Duty assignments. We can import the meeting information into MSA but not the duties.
Describe the solution you'd like Two related improvements:
Additional context Here is an example CSV file:
I also also examined a Dutch export of the duties database and can confirm the following:
Duty1P1
etc.)