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

snake case DTOs + cleanup DTOs #663

Merged
merged 9 commits into from
Sep 4, 2024
Merged

snake case DTOs + cleanup DTOs #663

merged 9 commits into from
Sep 4, 2024

Conversation

Pascal-Delange
Copy link
Contributor

@Pascal-Delange Pascal-Delange commented Sep 2, 2024

Prepares for checkmarble/marble-frontend#532

Snake case:

  • rule dtos
  • custom list dtos

Remove deprecated fields:

  • data model dto

Remove unused types (public)

@@ -6,16 +6,15 @@ import (
)

type LinkToSingle struct {
Id string `json:"id"`
ParentTableName_deprec string `json:"linked_table_name"` // left for compatibility
Copy link
Contributor Author

Choose a reason for hiding this comment

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

no longer used in front

@Pascal-Delange Pascal-Delange marked this pull request as ready for review September 2, 2024 20:42
@Pascal-Delange Pascal-Delange changed the title fix typo snake case DTOs + cleanup DTOs Sep 3, 2024
@Pascal-Delange Pascal-Delange enabled auto-merge (rebase) September 4, 2024 09:05
@Pascal-Delange Pascal-Delange merged commit 62881f8 into main Sep 4, 2024
3 checks passed
@Pascal-Delange Pascal-Delange deleted the pascal/cleanup-dtos branch September 4, 2024 09:09
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