Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BI-2259 - Disable Sub-entity Dataset option Mange experiments menu #390

Merged
merged 2 commits into from
Jul 31, 2024

Conversation

davedrp
Copy link
Contributor

@davedrp davedrp commented Jul 26, 2024

Description

BI-2259 - Disable Sub-entity Dataset option Mange experiments menu

Commented out the menu option for 'Create Sub-Entity Dataset'. (it is assumed that it will be un-commented later)

Dependencies

bi-api: develop branch

Testing

(see also the Acceptance Criteria on BI-2259.)

  1. Go to an Experiment
  2. Click on the Manage Experiment Menu.
    EXPECTED RESULT
    you should no longer see the Create Sub-Entity Dataset optin

Checklist:

  • I have performed a self-review of my own code
  • I have tested my code and ensured it meets the acceptance criteria of the story
  • I have create/modified unit tests to cover this change
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to documentation
  • I have run TAF: <link to TAF run>

@davedrp davedrp requested review from a team, dmeidlin and nickpalladino and removed request for a team July 26, 2024 15:42
@@ -152,7 +152,7 @@ export default class ExperimentDetails extends ProgramsBase {
private actions: ActionMenuItem[] = [
new ActionMenuItem('experiment-import-file', 'import-file', 'Import file'),
new ActionMenuItem('experiment-download-file', 'download-file', 'Download file'),
new ActionMenuItem('experiment-create-sub-entity-dataset', 'create-sub-entity-dataset', 'Create Sub-Entity Dataset')
// new ActionMenuItem('experiment-create-sub-entity-dataset', 'create-sub-entity-dataset', 'Create Sub-Entity Dataset')
Copy link
Member

@nickpalladino nickpalladino Jul 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we're planning to re-enable this shortly after the MVP I think this is ok. Probably still technically possible to hit the api and create a sub-entity dataset if someone really wanted to but I'm not worried about it.

@davedrp davedrp merged commit b972a34 into develop Jul 31, 2024
2 checks passed
@davedrp davedrp deleted the feature/BI-2259 branch July 31, 2024 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants