Joseph Spiker spikerj
  • Joined on 2025-11-03
spikerj opened issue spikerj/spikersoft-issues#356 2026-07-04 05:27:27 +00:00
[ArtStudio M1] Device abstraction in art_pipe core — cuda/mps/cpu seam (upstream to ProArt)
spikerj commented on issue spikerj/spikersoft-issues#346 2026-07-04 05:12:41 +00:00
[Epic] ProArt 3D Art Studio — student asset pipeline (concept → model → texture → rig → animate → game-ready GLB)

Sub-issues filed:

  • #347 — P1 Backend foundation (ArtAsset domain, stage workflow docs, CQRS slice + endpoints)
  • #348 — P2 ProArt GPU worker (RabbitMQ stage consumer, GpuCoordinator leases,…
spikerj opened issue spikerj/spikersoft-issues#355 2026-07-04 05:12:32 +00:00
[ArtStudio Spike] Apple Silicon dev path — can trellis-mac (MPS port) back the modeling stage for local development?
spikerj opened issue spikerj/spikersoft-issues#354 2026-07-04 05:12:17 +00:00
[ArtStudio Spike] Model × VRAM fit matrix on the 24 GB host — which ProArt backends we enable per stage
spikerj opened issue spikerj/spikersoft-issues#353 2026-07-04 05:12:03 +00:00
[ArtStudio P7] Class gallery + staff moderation + use-your-asset-in-games handoff, curriculum tie-in
spikerj opened issue spikerj/spikersoft-issues#352 2026-07-04 05:11:46 +00:00
[ArtStudio P6] Safety, quotas & fairness — prompt moderation, NSFW gating policy, per-student GPU-minute quotas, queue fairness
spikerj opened issue spikerj/spikersoft-issues#351 2026-07-04 05:11:28 +00:00
[ArtStudio P5] Frontend Art Studio — pipeline wizard, three.js viewer, SignalR progress + queue position, my-assets library
spikerj opened issue spikerj/spikersoft-issues#350 2026-07-04 05:11:11 +00:00
[ArtStudio P4] Rigging + animation stages — bone fallback chain, canonical humanoid schema, animation presets + previews
spikerj opened issue spikerj/spikersoft-issues#349 2026-07-04 05:10:54 +00:00
[ArtStudio P3] Concept + texturing stages — SDXL concept image with safety checker, PBR texturing, stage chaining
spikerj opened issue spikerj/spikersoft-issues#348 2026-07-04 05:10:37 +00:00
[ArtStudio P2] ProArt GPU worker — RabbitMQ stage consumer wrapping art_pipe's worker protocol (modeling stage first)
spikerj opened issue spikerj/spikersoft-issues#347 2026-07-04 05:10:18 +00:00
[ArtStudio P1] Backend foundation — ArtAsset domain, stage workflow docs, CQRS slice + endpoints
spikerj opened issue spikerj/spikersoft-issues#346 2026-07-04 05:09:57 +00:00
[Epic] ProArt 3D Art Studio — student asset pipeline (concept → model → texture → rig → animate → game-ready GLB)
spikerj commented on issue spikerj/spikersoft-issues#316 2026-07-04 01:57:00 +00:00
[E2E P4] Authenticated core journeys

Test accounts seeded and the first credentialed run attempted:

  • Created e2e.student (default roles) and e2e.staff (has staff realm role) directly via the Keycloak Admin API; credentials in…
spikerj opened issue spikerj/spikersoft-issues#345 2026-07-04 01:56:23 +00:00
[Bug] Authenticated app bootstrap crashes with NG0200 (circular DI) — blank shell for logged-in users
spikerj commented on issue spikerj/spikersoft-issues#318 2026-07-04 00:23:59 +00:00
[E2E P3] Registration & verification flow (email code + Twilio SMS hook)

Validation-path specs open: spikersoft-angular PR #111 — step-1 open/cancel, disabled-Next, username/email format errors, and the under-18 age gate, all mutation-free (safe on every PR run). Full…

spikerj commented on issue spikerj/spikersoft-issues#318 2026-07-04 00:12:22 +00:00
[E2E P3] Registration & verification flow (email code + Twilio SMS hook)

SMS hook merged (spikersoft-backend PR #60) — first checkbox done; merging deploys it, so the hook exists on the API but stays inert until armed (PreRegistration__E2E__Enabled=true +…

spikerj commented on issue spikerj/spikersoft-issues#318 2026-07-03 23:48:30 +00:00
[E2E P3] Registration & verification flow (email code + Twilio SMS hook)

SMS hook implemented — spikersoft-backend PR #60 (option 1)

customCode threaded through ITwilioVerifyServiceRemoteTwilioVerifyService → the existing `SendVerificationCodeCommand.Cu…

spikerj commented on issue spikerj/spikersoft-issues#314 2026-07-03 23:15:34 +00:00
[E2E P1] Anonymous walk — every public route + primary actions

Resolved — final item landed in spikersoft-angular PR #110 (merged to master): click-through coverage for /links/:id, /geography/:countryCode, and /sponsor/:profileId via their live…

spikerj commented on issue spikerj/spikersoft-issues#314 2026-07-03 23:13:29 +00:00
[E2E P1] Anonymous walk — every public route + primary actions

Last item has a PR: spikersoft-angular #110 — id-dependent click-throughs for /links/:id, /geography/:countryCode, and /sponsor/:profileId, driven through their live listing pages (each…

spikerj commented on issue spikerj/spikersoft-issues#341 2026-07-03 23:13:14 +00:00
[Bug] /api/system/version rate limiter rejects with 503 instead of 429 (RejectionStatusCode default)

Both halves are now merged: spikersoft-backend PR #59 (429 + Retry-After — verified live) and spikersoft-angular PR #109 (VersionService warn-only on the 429/offline paths; 503-era allowlist…