Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(billing): implement sign-tx endpoint #265

Merged
merged 1 commit into from
Jul 24, 2024
Merged

Conversation

ygrishajev
Copy link
Contributor

as a part of this:

  • refactor some common deps within the billing module
  • add custom exceptions and global error handler

refs #247

<>
{user?.username && user?.bio && (
<UserProfileLayout page="settings" username={user?.username} bio={user?.bio}>
{isLoading || !user ? (
Copy link
Contributor

Choose a reason for hiding this comment

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

I guess we don't need to check user if the user has a username.

Suggested change
{isLoading || !user ? (
{isLoading ? (

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok, to handle cases like this added a container which would provide user guaranteed.
5487667

apps/deploy-web/src/pages/_app.tsx Outdated Show resolved Hide resolved
apps/deploy-web/src/queries/useAnonymousUserQuery.ts Outdated Show resolved Hide resolved
apps/deploy-web/src/utils/constants.ts Outdated Show resolved Hide resolved
@ygrishajev ygrishajev force-pushed the feature/fiat-sign branch 6 times, most recently from 2b44094 to 8011159 Compare July 22, 2024 16:04
@ygrishajev ygrishajev requested review from Redm4x and baktun14 July 22, 2024 16:15
As a part of this:
- add drizzle orm to start migration from sequelize
- add new top leve modules to start moving towards better modularity
- add DI
- cover new billing endpoints with functional tests
- introduce proper logging
- introduce global error handler

refs #247
@ygrishajev ygrishajev merged commit 164d86b into main Jul 24, 2024
4 of 5 checks passed
@ygrishajev ygrishajev deleted the feature/fiat-sign branch July 24, 2024 07:42
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