Skip to content

Conversation

cmwhited
Copy link
Collaborator

@cmwhited cmwhited commented May 5, 2025

  • Initialize TypeSync app with Effect CLI template and Hono API
  • Implement schema builder UI with browser approach
  • Build app codegen layer and GraphQL integration
  • Create app event/activity feed and details pages
  • Implement command palette for types and apps search
  • Setup SQL migrations and Effect/platform integration
  • Build static and API router separation
  • Add home page with apps grid and stacked list view
  • Implement navbar integration with user-created apps
  • Add schema validation and asset verification

cmwhited added 4 commits May 5, 2025 09:00
- Initialize TypeSync app with Effect CLI template and Hono API
- Implement schema builder UI with browser approach
- Build app codegen layer and GraphQL integration
- Create app event/activity feed and details pages
- Implement command palette for types and apps search
- Setup SQL migrations and Effect/platform integration
- Build static and API router separation
- Add home page with apps grid and stacked list view
- Implement navbar integration with user-created apps
- Add schema validation and asset verification
@@ -0,0 +1,17 @@
coverage/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit pick: @fubhy cleaned up the repo once and moved all gitignore entries to the root gitignore. Can you do the same with this one? (not sure if there is even anything here we are not already covering in the root gitignore)

'eslint-plugin-react-hooks': '^5.2.0',
'eslint-plugin-react-refresh': '^0.4.19',
globals: '^16.0.0',
prettier: '^3.5.3',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

curious why prettier & eslint over biome? (not objection here, just curious)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just went with that since it and prettier are the defaults for vite+react. so trying to keep this as close to that experience. vs biome, which is what we decided for hypergraph. though not specifically tied to it

Copy link
Collaborator

@nikgraf nikgraf May 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense, thanks for the explaination

Copy link
Collaborator

@nikgraf nikgraf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice work!

@cmwhited cmwhited merged commit 22603e7 into main May 7, 2025
4 checks passed
@cmwhited cmwhited deleted the chris.whited/feat-typesync branch May 7, 2025 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants