Ticketing
Description
Ticketing pages and reusable ticket list components for Enso UI.
Installation
This package is distributed as part of the private Enso UI workspace and is normally consumed from the Solarlink client bundle.
Features
- ships route-aware page modules consumed by the Enso application shell
- covers create flows where the backend package exposes them
- includes index/list pages backed by Enso tables, forms, or integration settings
Usage
<script setup>
import Create from '@enso-ui/ticketing/src/bulma/pages/ticketing/Create.vue';
</script>
API
Route pages
The practical public surface is page-oriented and centered on the route modules shipped by the package.
Pages:
src/bulma/pages/ticketing/Create.vuesrc/bulma/pages/ticketing/Index.vuesrc/bulma/pages/ticketing/Show.vue
Routes
Ticketing ships the following named route entries:
ticketing.createPath fragment:createRoute file:src/bulma/routes/ticketing/create.jsticketing.indexPath fragment:/Route file:src/bulma/routes/ticketing/index.jsticketing.showPath fragment::ticketRoute file:src/bulma/routes/ticketing/show.js
Companion Backend Package
Depends On
- No additional Enso UI dependencies.
Contributions
are welcome. Pull requests are great, but issues are good too. Thank you to all the people who already contributed to Enso!
License
Proprietary. See LICENSE.