Standalone wizard based on quasar. It is a single page application (SPA) running in the clients browser. The result is a static HTML content.
As an authenticated user it's possible to save the job.
https://gitlab.com/yawik/rewrite/-/issues/1
In development.
git clone https://gitlab.com/yawik/jobwizard.git
cd wizard
yarn install
yarn dev
The form is .env-aware.
Name | Value |
---|---|
YAWIK_URL_PRIVACY | Link to the Privacy notes |
YAWIK_APP_KEY | Shared App Key |
YAWIK_API_URL | Yawik API |
YAWIK_ROUTER_BASE | Router Base of the web app |
YAWIK_SSO_URL | Keycloak base URL |
YAWIK_SSO_REALM | Keycloak realm |
YAWIK_SSO_CLIENT | Keycloak application ID |
It's possible to show a toolbar with the Logo and a navigation drawer by using query parameter with any non-empty value.
Param | Description |
---|---|
tb | hide toolbar |
Currently in development.