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

Exp. Versioning: Model Changes #643

Closed
stephherbers opened this issue Aug 27, 2024 · 1 comment
Closed

Exp. Versioning: Model Changes #643

stephherbers opened this issue Aug 27, 2024 · 1 comment
Assignees

Comments

@stephherbers
Copy link
Contributor

stephherbers commented Aug 27, 2024

Model changes for Experiments, Source Material, and Safety Layers. Takes as much or start over from this PR

Note the decision to use bools rather than a "status" field:
class Experiment:
working_experiment = FK
version_number = int
default = bool
archived = boo

(For Source Material, and Safety Layers we want it to function like the Experiments we discussed where there is a "working" field that is empty for non-copies)

@SmittieC
Copy link
Collaborator

Done

@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in OpenChatStudio Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants