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

Minimal v3 POC requirements #94

Closed
14 of 15 tasks
brunobuddy opened this issue Nov 29, 2023 · 1 comment
Closed
14 of 15 tasks

Minimal v3 POC requirements #94

brunobuddy opened this issue Nov 29, 2023 · 1 comment
Assignees
Labels
bug Something isn't working docs Improvements or additions to documentation enhancement New feature or request

Comments

@brunobuddy
Copy link
Contributor

brunobuddy commented Nov 29, 2023

Doc

  • TS config, when in monorepo the tsconfig should extend the main one
  • Props are always nullable unless validator
  • Hooks: you can access to object through "this"
  • SDK: When querying a boolean, true is "1"

Bugs

  • Admin: Input Boolean is null instead of false by default
  • Admin: Required fields not showing "*"
  • API and Admin: images are string instead on object
  • SDK / API, when querying using "in" operators, we should not need to add the "[]" before the array .where(tag in [${tagIds}])

New features

  • hideInCreateEdit
  • hideInApiResponse
  • ability to query DB in entity hooks
  • Query relation of relations
  • ability to edit Admin user
  • Order By
  • Many to many relations #95
@brunobuddy brunobuddy added the bug Something isn't working label Nov 29, 2023
@brunobuddy brunobuddy self-assigned this Nov 29, 2023
@github-project-automation github-project-automation bot moved this to Todo in Manifest Nov 29, 2023
brunobuddy added a commit that referenced this issue Nov 29, 2023
@brunobuddy brunobuddy added docs Improvements or additions to documentation enhancement New feature or request labels Nov 30, 2023
brunobuddy added a commit that referenced this issue Nov 30, 2023
brunobuddy added a commit that referenced this issue Nov 30, 2023
this allows choosing the columns to select in item relations
brunobuddy added a commit that referenced this issue Nov 30, 2023
brunobuddy added a commit that referenced this issue Nov 30, 2023
brunobuddy added a commit that referenced this issue Nov 30, 2023
brunobuddy added a commit that referenced this issue Nov 30, 2023
@brunobuddy
Copy link
Contributor Author

For task SDK: When querying a boolean, true is "1" instead of adding it to the doc i allowed boolean filters to be "true" or "false" in addition to "1" and "0" for convinience

brunobuddy added a commit that referenced this issue Dec 1, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in Manifest Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working docs Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant