cc-backend/web/frontend
Christoph Kluge b2aed2f16b Add 'project' to user table, add 'manager' role, conditional web render
- Addresses issues #40 #45 #82
- Reworked Navigation Header for all roles
- 'Manager' role added, can be assigned a project-id in config by admins
- BREAKING! -> Added 'project' column in SQLite3 table 'user'
- Manager-Assigned project will be added to all graphql filters: Only show Jobs and Users of given project
- 'My Jobs' Tab for all Roles
- Switched from Bool "isAdmin" to integer authLevels
- Removed critical data frontend logging
- Reworked repo.query.SecurityCheck()
2023-01-27 18:36:58 +01:00
..
public Move bootstrap and bootstrap-icon to local instances 2023-01-19 09:37:18 +01:00
src Add 'project' to user table, add 'manager' role, conditional web render 2023-01-27 18:36:58 +01:00
package.json Add license and set name 2022-07-29 06:46:07 +02:00
README.md Update README.md 2022-09-28 19:55:32 +02:00
rollup.config.js Merge branch 'master' into dev-job-archive-module 2022-09-26 15:12:46 +02:00
yarn.lock Bump svelte from 3.44.2 to 3.49.0 in /web/frontend 2022-07-29 04:32:33 +00:00

cc-frontend

Build

A frontend for ClusterCockpit and cc-backend. Backend specific configuration can de done using the constants defined in the intro section in ./rollup.config.js.

Builds on:

Get started

Yarn is recommended for package management. Due to an issue with Yarn v2 you have to stick to Yarn v1.

Install the dependencies...

yarn install

...then build using Rollup:

yarn build