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

feat: support application templates #19

Merged
merged 2 commits into from
Dec 11, 2023
Merged

feat: support application templates #19

merged 2 commits into from
Dec 11, 2023

Conversation

djejaquino
Copy link
Collaborator

@djejaquino djejaquino commented Dec 11, 2023

Description

Adds support for creating an application from a template

flowchart TD
    A[Start] --> B{Template flag present?}
    B -->|Yes| C[Create from template]
    B --->|No| F{Any other flag present?}
    F -->|No| H[Prompt Template]
    H -->G
    F --->|Yes| G[Prompt missing attributes]
Loading

Testing required outside of automated testing?

  • Create application without any flag
  • Create application with -template flag
  • Create application with any other (no -template) flag

Screenshots (if appropriate):

  • Not Applicable

Rollback / Rollforward Procedure

  • Roll Forward
  • Roll Back

Reviewer Checklist

  • Description of Change
  • Description of outside testing if applicable.
  • Description of Roll Forward / Backward Procedure
  • Documentation updated for Change

@djejaquino djejaquino requested a review from a team as a code owner December 11, 2023 18:41
@djejaquino djejaquino merged commit c14bf7e into master Dec 11, 2023
1 check passed
@djejaquino djejaquino deleted the se-125 branch December 11, 2023 19:14
djejaquino pushed a commit that referenced this pull request Dec 11, 2023
# [1.10.0](v1.9.0...v1.10.0) (2023-12-11)

### Features

* support application templates ([#19](#19)) ([c14bf7e](c14bf7e))
@djejaquino
Copy link
Collaborator Author

🎉 This PR is included in version 1.10.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 this pull request may close these issues.

2 participants