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

Create a new Django app to house all AI related functionality in Studio #4280

Closed
Tracked by #4044
akolson opened this issue Sep 12, 2023 · 1 comment · Fixed by #4262
Closed
Tracked by #4044

Create a new Django app to house all AI related functionality in Studio #4280

akolson opened this issue Sep 12, 2023 · 1 comment · Fixed by #4262
Assignees
Labels

Comments

@akolson
Copy link
Member

akolson commented Sep 12, 2023

Overview

To organize and manage all AI-related functionality within Studio, we need to create a new Django app dedicated to AI-related features, named automation.. The task involves setting up the new app, defining its structure, and ensuring proper integration within Studio.

Description and outcomes

  • Use the command python manage.py startapp automation to create the new Django app named automation.
  • Update the project's settings to include the automation app in the INSTALLED_APPS list. This update should be added to /contentcuration/contentcuration/dev_settings.py only.
  • Inside the automation app directory, create necessary subdirectories (e.g., models, views, services, utils) with their corresponding placeholder files to organize the app's code

Accessibility requirements

Not applicable

Acceptance criteria

  1. A new Django app named automation is created within Studio.
  2. The automation app is configured in the INSTALLED_APPS list in /contentcuration/contentcuration/dev_settings.py.
  3. The app's directory structure includes relevant subdirectories and placeholder files.

Resources

@akolson
Copy link
Member Author

akolson commented Sep 12, 2023

This issue has already been implemented in #4262. It's only for referential purposes, so closing it ac completed! cc @akash5100 @bjester

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 a pull request may close this issue.

1 participant