Add implementation plan for goinitus-web rewrite - #2
Open
claude[bot] wants to merge 2 commits into
Open
Conversation
samuelvenzi
marked this pull request as ready for review
July 11, 2026 14:57
Member
|
@claude We don't have to keep the same stack. We can modernize that too. |
Author
|
Updated per this feedback: the Target Stack section now states the modern picks (Vite, React 19, MUI v6, Zustand, Zod, RHF, Axios) as confirmed rather than pending sign-off, and Open Question #1 (Zustand vs. MobX) is removed since it's resolved. To be explicit: this is a frontend tooling/library decision only. The Pushed to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requested by Samuel Venzi · Slack thread
Summary
Adds
IMPLEMENTATION_PLAN.md, a concrete plan for rebuildinggoinitus-webas a full feature-parity reimplementation of legacygo-initus(developbranch), speaking the unchangedccapi-goREST contract. It builds directly onARCHITECTURE.mdand cross-checks it against the actualgo-initus/ccapi-gosource rather than taking it at face value (see Appendix A for two real corrections found: a missing~-prefixed transient/private transaction-argument convention, and inaccuratecreateAsset/updateAssetrequest-body shapes).Structure of the document:
go-initus, same REST contract, no new features except opportunistic tech-debt fixes called out explicitly.ARCHITECTURE.mdagainst source.Open questions for Samuel
react-google-login's underlying Google API was shut down in 2023 — reimplement against a working OAuth library for real parity, or keep the input type/wire-format only?ccapi-go's Basic Auth is a single sharedAUTH_USER/AUTH_PASSpair gated byENABLE_AUTH, not per-user accounts — any "hardening" is client-side only unless the backend changes; confirm that's acceptable.readAsset(?collections=<name>) andcreateAsset/updateAsset(?@collections=<base64 array>) is accapi-gocontract quirk, not fixable from the frontend — flagging so it isn't mistaken for a bug, no action expected unless Samuel wants to raise it with the backend team separately.getDataTypesfailure handling: legacy silently degrades and continues booting — keep that behavior or block boot on failure?