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

Refactor: Refactor experiment collection to experiment model and update related fields #1186

Merged

Conversation

drikusroor
Copy link
Contributor

@drikusroor drikusroor commented Jul 12, 2024

I have refactored the code to rename the majority of instances of the word "experiment collection" or "collection" to "experiment", with the exception of slugs/urls (which has already been done in #1184). This includes renaming the ExperimentCollection model to Experiment and updating related fields. Additionally, I have updated the experiment-dashboard.html file to use "Blocks" instead of "Experiments" in headings and captions.

Resolves #1132

@drikusroor drikusroor self-assigned this Jul 12, 2024
…ion or collection to experiment, with the exception of slugs/urls
Update experiment-dashboard.html to use "Blocks" instead of "Experiments" in headings and captions
@drikusroor drikusroor force-pushed the refactor/1132-rename-experiment-collection-to-experiment branch from 774a21d to dde059d Compare July 12, 2024 15:06
@drikusroor drikusroor merged commit 6a2459a into develop Jul 15, 2024
15 checks passed
@drikusroor drikusroor deleted the refactor/1132-rename-experiment-collection-to-experiment branch July 15, 2024 13:45
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.

Rename ExperimentCollection -> Experiment
2 participants