myrmidex
  • Joined on 2026-02-08
myrmidex opened issue lvl0/buckets#54 2026-06-26 00:04:08 +02:00
Frontend: add bucket
myrmidex opened issue lvl0/buckets#53 2026-06-26 00:03:55 +02:00
Frontend: view scenario (list + show with buckets)
myrmidex opened issue lvl0/buckets#52 2026-06-26 00:03:41 +02:00
Auth UI: register, login, logout (incl. POST /api/register)
myrmidex closed issue lvl0/buckets#50 2026-06-25 23:56:46 +02:00
Scenarios and buckets belong to users (per-user ownership)
myrmidex opened issue lvl0/buckets#51 2026-06-25 20:02:55 +02:00
Stream's bucket and scenario must belong to the same scenario
myrmidex pushed to feature/50-user-ownership at lvl0/buckets 2026-06-25 19:59:29 +02:00
0fb259a601 50 - Scope Scenario reads to the authenticated owner
myrmidex pushed to feature/50-user-ownership at lvl0/buckets 2026-06-24 23:26:51 +02:00
2eff969a10 50 - Stamp authenticated user as Scenario owner on write
7a47e859a7 32 - Expose stateless distribution preview endpoint
Compare 2 commits »
myrmidex created branch feature/50-user-ownership in lvl0/buckets 2026-06-24 23:26:51 +02:00
myrmidex closed issue lvl0/buckets#32 2026-06-22 20:30:19 +02:00
Port allocation/distribution engine
myrmidex commented on issue lvl0/buckets#32 2026-06-22 20:30:12 +02:00
Port allocation/distribution engine

Done. Phased allocation engine + stateless preview endpoint shipped. 170 tests green, PHPStan clean, Pint clean, 100% line coverage on all new classes. Pre-commit (code-reviewer) + finish-phase…

myrmidex pushed to main at lvl0/buckets 2026-06-22 18:54:56 +02:00
d6f47dea66 32 - Expose stateless distribution preview endpoint
5c5369328a 32 - Add ProjectionPreviewOutput DTO with fromResult mapping
af467de439 32 - Add AllocateIncome action for phased income
556f45146c 32 - Add EvenSplitter for even distribution with redistribute
d7af49cf8e 32 - Fix buffer-stage room and unify cap clamping
Compare 7 commits »
myrmidex opened issue lvl0/buckets#50 2026-06-22 18:50:06 +02:00
Scenarios and buckets belong to users (per-user ownership)
myrmidex closed issue lvl0/buckets#31 2026-06-20 10:19:53 +02:00
Port domain model: Scenario, Bucket, Stream entities
myrmidex commented on issue lvl0/buckets#31 2026-06-20 10:16:17 +02:00
Port domain model: Scenario, Bucket, Stream entities

Done — domain model ported to Doctrine + API Platform. 86 tests / 252 assertions green, PHPStan + CS clean. 10 commits (59807d8..bebc042).

Exit criteria

  • Entities migrate —…
myrmidex pushed to main at lvl0/buckets 2026-06-20 10:15:28 +02:00
bebc0427b9 31 - Add required-field validation
1a90a18b49 31 - Expose Bucket and Stream via API
e4ae6dabf6 31 - Expose Scenario via API with ROLE_USER gating
a2663be938 31 - Add buffer multiplier validation
3163a95f37 31 - Add single-overflow-per-scenario invariant
Compare 11 commits »
myrmidex commented on issue lvl0/buckets#30 2026-06-18 20:33:54 +02:00
Cookie-session auth (same-origin)

Follow-up: deferred stateless CSRF is now WON'T-DO (superseded by SameSite)

This ticket deferred "explicit stateless double-submit CSRF" to the first mutating-resource ticket (#31). Revisited…

myrmidex pushed to main at lvl0/buckets 2026-06-18 20:23:38 +02:00
1b1d9db626 30 - Add cookie-session auth: json_login, /api/me, logout
myrmidex closed issue lvl0/buckets#30 2026-06-18 20:15:33 +02:00
Cookie-session auth (same-origin)
myrmidex commented on issue lvl0/buckets#30 2026-06-18 18:00:19 +02:00
Cookie-session auth (same-origin)

CSRF scope clarification (2026-06-18)

The original plan was to add stateless double-submit CSRF tokens on /api/login via json_login's enable_csrf option. While implementing, we verified…

myrmidex pushed to main at lvl0/buckets 2026-06-18 01:37:56 +02:00
b7d1de44c1 30 - Add cookie-session auth: json_login, /api/me, logout
7c893c9988 30 - Install Monolog
Compare 2 commits »