https://github.com/onify/blueprint-helix-showcase-create-ticket
Onify Blueprint: Helix Showcase - Create ticket
https://github.com/onify/blueprint-helix-showcase-create-ticket
form helix onify onify-blueprint onify-blueprints onify-helix showcase vue vuetify workflow
Last synced: 7 months ago
JSON representation
Onify Blueprint: Helix Showcase - Create ticket
- Host: GitHub
- URL: https://github.com/onify/blueprint-helix-showcase-create-ticket
- Owner: onify
- License: mit
- Created: 2023-05-08T14:45:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T10:24:54.000Z (over 1 year ago)
- Last Synced: 2025-02-16T17:57:04.350Z (over 1 year ago)
- Topics: form, helix, onify, onify-blueprint, onify-blueprints, onify-helix, showcase, vue, vuetify, workflow
- Language: Vue
- Homepage: https://onify.co
- Size: 303 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://www.repostatus.org/#wip)
# Onify Blueprint: Helix Showcase - Create ticket
This Blueprint provides a example for creating a ticket using a form page that integrates with the Onify Hub to run a workflow. Alongside this, you'll find demonstrations on validating form fields and uploading files to the Onify Hub. This serves as a guide to harnessing the power of our new framework, **Onify Helix**. Enjoy and stay tuned for more!

## Requirements
* Onify Hub
* Onify Helix (v0.30.0 or higher)
## Setup
### Setup Workflow
1. Copy `./hub/resources/*` to Onify Hub resources folder `./resources/`
2. Sync resources with Git if needed
3. Create a new Workflow with key `create-ticket` and set `bpmnresource` to `create-ticket.bpmn`
### Setup Create ticket form
1. Copy `./helix/*` to your Onify Helix App root folder
2. Add to `create-ticket` page to `pages.yml` (see example below)
#### pages.yml
```yml
- name: create-ticket
path: /create-ticket
import: ../src/custom/pages/create-ticket.vue
```
## Support
* Community/forum: https://support.onify.co/discuss
* Documentation: https://support.onify.co/docs
* Support and SLA: https://support.onify.co/docs/get-support
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.