philipp 25667af9c5
All checks were successful
CI/CD Pipeline / test (push) Successful in 9m28s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Successful in 4m3s
Merge pull request 'sort boats by name' (#252) from staging into main
Reviewed-on: #252
2024-03-06 08:16:11 +01:00
2024-03-04 14:55:11 +01:00
2024-03-05 15:01:44 +01:00
2024-03-05 13:45:19 +01:00
try
2024-01-16 20:00:41 +01:00
2024-03-06 08:15:18 +01:00
2023-02-08 16:25:06 +01:00
2024-02-15 12:01:28 +01:00
2024-01-18 16:37:54 +01:00
2024-01-18 15:28:51 +01:00
2024-03-04 13:28:42 +01:00
2024-01-01 15:50:06 +01:00
2024-02-06 16:01:34 +01:00
2024-02-06 16:01:34 +01:00
2024-03-04 16:37:53 +01:00
2024-01-19 08:02:09 +01:00
2023-03-26 14:40:56 +02:00

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

Lints

  • Rust: cargo check
  • Tera files: djlint **.html.tera --profile=jinja --reformat
  • Typescript: prettier -w *.ts
Description
Ruderassistent des Rudervereins Donau Linz
https://app.rudernlinz.at
Readme 9.8 MiB
Languages
Rust 65.5%
TypeScript 27.5%
Svelte 3.1%
SCSS 2.5%
JavaScript 1.1%
Other 0.2%