Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .cursor/.cursorrules
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

- React Query hooks are auto-generated from the API's Swagger documentation
- After adding/modifying API endpoints, regenerate the client: `pnpm nx build react-query-client --skipNxCache`
- The hooks will be available in `@attraccess/react-query-client` after regeneration
- The hooks will be available in `@fabaccess/react-query-client` after regeneration
- Use naming pattern: `useUsersService<OperationId>` (e.g., `useUsersServiceRequestEmailChange`)

## Project Structure
Expand Down Expand Up @@ -77,7 +77,7 @@

### React Query Usage

- Import hooks from `@attraccess/react-query-client`
- Import hooks from `@fabaccess/react-query-client`
- Use mutation callbacks: `onSuccess`, `onError`
- Pass `requestBody` parameter for POST/PATCH requests
- Use `id` parameter for route params
Expand Down
8 changes: 4 additions & 4 deletions .env-export-swagger
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ AUTH_SESSION_SECRET=super-secret-key
# DB_TYPE=postgres
# DB_HOST=localhost
# DB_PORT=2345
# DB_USERNAME=attraccess
# DB_PASSWORD=attraccess
# DB_DATABASE=attraccess
# DB_USERNAME=fabaccess
# DB_PASSWORD=fabaccess
# DB_DATABASE=fabaccess

DB_TYPE=sqlite

Expand All @@ -19,7 +19,7 @@ SMTP_HOST=localhost
SMTP_PORT=1025
SMTP_USER=
SMTP_PASS=
SMTP_FROM=no-reply@attraccess.org
SMTP_FROM=no-reply@fabaccess.org

# Comma-separated list of enabled log levels: error,warn,log,debug,verbose
LOG_LEVELS=error,warn,log,debug
Expand Down
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ AUTH_SESSION_SECRET=<super-secret-key>
# DB_TYPE=postgres
# DB_HOST=localhost
# DB_PORT=2345
# DB_USERNAME=attraccess
# DB_PASSWORD=attraccess
# DB_DATABASE=attraccess
# DB_USERNAME=fabaccess
# DB_PASSWORD=fabaccess
# DB_DATABASE=fabaccess

DB_TYPE=sqlite

Expand Down
8 changes: 4 additions & 4 deletions .env.serve
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ AUTH_SESSION_SECRET=super-secret-key
# DB_TYPE=postgres
# DB_HOST=localhost
# DB_PORT=2345
# DB_USERNAME=attraccess
# DB_PASSWORD=attraccess
# DB_DATABASE=attraccess
# DB_USERNAME=fabaccess
# DB_PASSWORD=fabaccess
# DB_DATABASE=fabaccess

DB_TYPE=sqlite

Expand All @@ -23,7 +23,7 @@ SMTP_HOST=localhost
SMTP_PORT=1025
SMTP_USER=
SMTP_PASS=
SMTP_FROM=no-reply@attraccess.org
SMTP_FROM=no-reply@fabaccess.org

# Comma-separated list of enabled log levels: error,warn,log,debug,verbose
LOG_LEVELS=error,warn,log,debug,verbose
Expand Down
194 changes: 0 additions & 194 deletions .github/workflows/send-issue-to-openhands.yml

This file was deleted.

Loading