Ruderassistent des Rudervereins Donau Linz https://app.rudernlinz.at
Go to file
philipp ff795ce66c
All checks were successful
CI/CD Pipeline / test (push) Successful in 8m40s
CI/CD Pipeline / deploy-staging (push) Successful in 4m24s
CI/CD Pipeline / deploy-main (push) Has been skipped
start with fee calc
2024-01-18 22:02:44 +01:00
.gitea/workflows try 2024-01-17 23:41:08 +01:00
frontend try 2024-01-16 23:43:36 +01:00
src start with fee calc 2024-01-18 22:02:44 +01:00
svelte try 2024-01-16 20:00:41 +01:00
templates start working on calculating member fees 2024-01-18 21:36:38 +01:00
.dockerignore optimize ci build: use own dockerfile for dependencies + cache for builds (#164) 2024-01-17 22:56:33 +01:00
.env
.gitignore
Cargo.lock
Cargo.toml
Dockerfile try 2024-01-17 23:39:35 +01:00
migration.sql add family 2024-01-18 16:37:54 +01:00
notes.md add notes 2024-01-18 15:28:51 +01:00
README.md optimize ci build: use own dockerfile for dependencies + cache for builds (#164) 2024-01-17 22:56:33 +01:00
Rocket.toml
rot.service
rotstaging.service
seeds.sql
staging-diff.sql try 2024-01-18 16:55:51 +01:00
test_db.sh

Build

Frontend

  1. cd frontend
  2. npm install
  3. npm run (watch/build)

Run

Backend

  1. cargo r

Test

Frontend

  • npx playwright test --workers 1 --project firefox
  • Nice UI: --ui
  • Generate tests: npx playwright codegen

Backend (Unit + Integration)

cargo t