You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a Load tool that allows an end-user to map the uploaded columns to the destination tables (Mostly sessions).
Session import is mostly controlled by KS_LOAD_MAPPINGS, if we allow the end-user to manipulate the mappings and introduce some flexfields into KS_SESSIONS we would be closer to future-proofing changes.
Option 1: Expose the current mappings (stored in KS_LOAD_MAPPINGS) and allow users to switch column order and assignments. Estimated: 16 hrs
New field for Session Length is a multi-select field can be: 30, 60, 90 (4 hrs)
Add "Session Length" to session report and details
Option 2: Fully dynamic load that parses a file and uses the current columns on KS_SESSIONS to perform a load. 40 hrs
The text was updated successfully, but these errors were encountered:
Implement a Load tool that allows an end-user to map the uploaded columns to the destination tables (Mostly sessions).
Session import is mostly controlled by
KS_LOAD_MAPPINGS
, if we allow the end-user to manipulate the mappings and introduce some flexfields into KS_SESSIONS we would be closer to future-proofing changes.Option 1: Expose the current mappings (stored in
KS_LOAD_MAPPINGS
) and allow users to switch column order and assignments. Estimated: 16 hrsOption 2: Fully dynamic load that parses a file and uses the current columns on KS_SESSIONS to perform a load. 40 hrs
The text was updated successfully, but these errors were encountered: