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

Show/change experiment default template in UI #51

Merged
merged 14 commits into from
Aug 17, 2023

Conversation

infacc
Copy link
Contributor

@infacc infacc commented Jul 27, 2023

Fixes #46

src/app/components/experiment/experiment.component.ts Outdated Show resolved Hide resolved
src/app/components/experiment/experiment.component.ts Outdated Show resolved Hide resolved
src/app/components/experiment/experiment.component.html Outdated Show resolved Hide resolved
src/app/services/templates.service.ts Outdated Show resolved Hide resolved
src/app/services/templates.service.ts Outdated Show resolved Hide resolved
@infacc infacc marked this pull request as ready for review August 1, 2023 19:13
Copy link
Contributor

Choose a reason for hiding this comment

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

Please also rename the html template and sass files to *.dialog.*

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Other dialogs also do not follow this convention. Should I rename them as well?

src/app/dialogs/
├── change-ui-template
│   ├── change-ui-template.component.html
│   ├── change-ui-template.component.sass
│   ├── change-ui-template.component.spec.ts
│   └── change-ui-template.component.ts
├── choose-data
│   ├── choose-data.component.html
│   ├── choose-data.component.sass
│   ├── choose-data.component.spec.ts
│   └── choose-data.component.ts
├── choose-plugin
│   ├── choose-plugin.component.html
│   ├── choose-plugin.component.sass
│   ├── choose-plugin.component.spec.ts
│   └── choose-plugin.component.ts
├── choose-template
│   ├── choose-template.dialog.html
│   ├── choose-template.dialog.sass
│   ├── choose-template.dialog.spec.ts
│   └── choose-template.dialog.ts
├── create-experiment
│   ├── create-experiment.component.html
│   ├── create-experiment.component.sass
│   ├── create-experiment.component.spec.ts
│   └── create-experiment.component.ts
├── delete-dialog
│   ├── delete-dialog.dialog.html
│   ├── delete-dialog.dialog.sass
│   └── delete-dialog.dialog.ts
├── export-experiment
│   ├── export-experiment.component.html
│   ├── export-experiment.component.sass
│   ├── export-experiment.component.spec.ts
│   └── export-experiment.component.ts
└── markdown-help
    ├── markdown-help.component.html
    ├── markdown-help.component.sass
    ├── markdown-help.component.spec.ts
    └── markdown-help.component.ts

Copy link
Contributor

Choose a reason for hiding this comment

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

For this PR only rename the new dialog. If you want to rename the others (which should be done eventually) please open another PR.

@infacc infacc merged commit 5f7d9d2 into main Aug 17, 2023
2 checks passed
@infacc infacc deleted the feature/experiment-default-template branch August 17, 2023 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ui elements to show and change the default ui template of an experiment
2 participants