Add download/upload buttons to MSEL info page and upload warning - #250
Merged
Conversation
Add download menu (JSON/XLSX) and XLSX upload button to the MSEL info Config tab. Show confirmation warning when uploading XLSX to an existing MSEL since it overwrites data fields and scenario events.
sei-tspencer
reviewed
Apr 2, 2026
Add JSON and XLSX download options to msel-info Config tab. Remove destructive XLSX upload that would overwrite existing MSELs: - Removed upload button from msel-info page - Removed per-row upload button from msel-list page - Kept safe 'create new MSEL' upload functionality Users can now export MSELs for review but cannot accidentally overwrite data fields, scenario events, or competency mappings.
Add getDeleteTooltip() method to both msel-list and msel-info components. Tooltip explains when delete is disabled: - Deployed MSELs cannot be deleted - Template MSELs cannot be deleted - User lacks permission Also add isTemplate check to msel-info delete button disabled condition to match msel-list behavior.
Seed data MSELs have createdBy = 00000000-0000-0000-0000-000000000000. Skip API call for empty GUID and set creator name to 'unknown'.
sei-tspencer
approved these changes
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add download menu (JSON/XLSX) and XLSX upload button to the MSEL info Config tab. Show confirmation warning when uploading XLSX to an existing MSEL since it overwrites data fields and scenario events.