Skip to content

Conversation

@leandrorubysp
Copy link

@leandrorubysp leandrorubysp commented Oct 7, 2025

Commit Checklist

  • Remove UNUSED comment code
  • Remove any logging like console.log
  • Remove all warnings and errors while build
  • Check vulnerabilities
  • Make sure build for production is working. Try running command for prod build in local.
  • Fix prettier: npx prettier --write .
  • Fix eslint: npx eslint src\ --fix command
  • Push package.lock only if you used npm, push yarn.lock only if you used yarn. NPM will udpate both lock file so make sure you dont push yarn.lock updated by NPM
  • WCAG

General

  • Follow import structure. module/third-party/files/component/style/types/asset
  • Try to use theme for design like palette, typography, variant, components, etc. (don't use custom color code anyhow)
  • Before adding custom style follow our pre-built components/elements

Copilot AI and others added 9 commits October 7, 2025 22:16
Co-authored-by: leandrorubysp <28398052+leandrorubysp@users.noreply.github.com>
…with-endpoints

[WIP] Add FastAPI backend with hello and users endpoints
Co-authored-by: leandrorubysp <28398052+leandrorubysp@users.noreply.github.com>
Co-authored-by: leandrorubysp <28398052+leandrorubysp@users.noreply.github.com>
@leandrorubysp
Copy link
Author

Post

1 similar comment
@leandrorubysp
Copy link
Author

Post

Copilot AI and others added 2 commits October 7, 2025 23:08
…h-fastapi

[WIP] Integrate SQLite with FastAPI backend for user management
@leandrorubysp
Copy link
Author

SQLite

leandrorubysp and others added 11 commits October 7, 2025 20:15
Add FastAPI Demo POST page with form components for /api/hello and /api/users endpoints
…ello-users

Add POST endpoints to /api/hello and /api/users in FastAPI backend
…r-persistence

[WIP] Refactor FastAPI to use SQLAlchemy with SQLite for users
…t-to-use-sqlite

[WIP] Update /api/hello endpoint to use SQLite for storage
…-endpoint

[WIP] Update hello message section to use PATCH method
…o-page

[WIP] Add FastAPI list demo page with user and hello message
@leandrorubysp
Copy link
Author

merge

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.

1 participant