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

MS2/Templates #465

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

MS2/Templates #465

wants to merge 2 commits into from

Conversation

LucasMGo
Copy link
Contributor

@LucasMGo LucasMGo commented Jan 31, 2025

Summary

Created a new view for templates.

Details

  • templates can be created similar to processes
  • templates are stored in separate database table
  • processes and templates can be created using template

TODOS:

  • Currently, the handling of templates and processes in the DB is not ideal, because for the requested process/template both DB tables are searched through until the requested process/template is found. It should be implemented a mechanism to known in which table to search for the requested resource.
  • Import of Templates is not implemented
  • Currently, Templates can be used even without a published version. This should be changed to only allow to use versioned templates
  • Refactoring

@LucasMGo LucasMGo linked an issue Jan 31, 2025 that may be closed by this pull request
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Template Processes View
1 participant