Abduh
Abduh
**Is your feature request related to a problem? Please describe.** Comments feature in discussions is currently just a simple list of text related with the respected discussion. We can add...
**Is your feature request related to a problem? Please describe.** In compass API, we use `data` field as a field that wrap results of GET API. Although the idea was...
**Summary** For some basic CRUD, ORM is helpful and help us faster in development. However, in our current state of Guardian, there are some cases when using gorm as an...
**Is your feature request related to a problem? Please describe.** We need to use `odpf/salt/log` for logger as a standard across odpf project. **Describe the solution you'd like** Use `odpf/salt/log`...
**Is your feature request related to a problem? Please describe.** The existing Siren releases images with only semver tag. This makes us less flexible to test development version during development....
**Summary** As part of #171 , one scope of access monitoring is from the provider access logs: `Analytics about what resources are being actually queried and how frequently`. We need...
**Is your feature request related to a problem? Please describe.** Most of input in shield are not properly checked, there was even a case where an empty string is allowed...
**Is your feature request related to a problem? Please describe.** Shield's [update resource API](https://github.com/odpf/shield/blob/main/core/resource/service.go#L105) is just forwarding what user put and stores it in the DB. However this behaviour is...
**Is your feature request related to a problem? Please describe.** There are some APIs that have `Create...` naming but it is actually doing Upsert in the repository layer. This could...
**Is your feature request related to a problem? Please describe.** Notification service has been implemented but the subscription and alert flow was still not well adjusted. This means, all subscriptions...