-
Notifications
You must be signed in to change notification settings - Fork 199
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
Report view #2444
Report view #2444
Conversation
Omri-Levy
commented
Jun 9, 2024
- feat(backoffice-v2): added navlink and route for merchant monitoring (Added merchant monitoring route #2394)
- feat(backoffice-v2): added initial table with mocks - made generic no x and pagination components (Added merchant monitoring table #2397)
- Reports view backend integration (Reports view backend integration #2408)
- Reports view create report (Reports view create report #2424)
- feat(*): added route and link to a single report and added report id
- feat(backoffice-v2): added report view shell
- revert(backoffice-v2): reverted severity change from moderate to medium
- Report view shell (Report view shell #2428)
- feat(backoffice-v2): mocked report summary
- fix(backoffice-v2): readded card header x padding
- feat(backoffice-v2): mocked all tabs of report view
- feat(*): integrated report view shell with backend
- feat(backoffice-v2): connected "view" links to tabs
- feat(backoffice-v2): mapped risk levels, summary, and recommendations
- feat(backoffice-v2): mapped risk indicators to data
- feat(*): checkpoint
- feat(backoffice-v2): no longer using mocks for company reputation analysis
- refactor(backoffice-v2): removed mcc related properties as they don't exist as of writing
- feat(backoffice-v2): added skeleton cards for website credibility
- feat(backoffice-v2): now passing real data to ecosystem table
- feat(backoffice-v2): connected all report ui to real data minus website credibility
- feat(backoffice-v2): added adapters, connected missing ui to real data
- feat(*): made merchant monitoring feature flagged
- feat(backoffice-v2): added conditions to start analyzing
- feat(backoffice-v2): populated missing data into report tabs
… exist as of writing
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apps/backoffice-v2/src/domains/business-reports/adapters/report-adapter/report-adapter.ts
Outdated
Show resolved
Hide resolved
...rts/components/EcosystemAndTransactions/components/EcosystemAndTransactionsTable/columns.tsx
Outdated
Show resolved
Hide resolved
...e-v2/src/domains/business-reports/components/WebsiteLineOfBusiness/WebsiteLineOfBusiness.tsx
Outdated
Show resolved
Hide resolved
* feat(backoffice-v2): added navlink and route for merchant monitoring (#2394) * feat(backoffice-v2): added initial table with mocks - made generic no x and pagination components (#2397) * Reports view backend integration (#2408) * feat(*): integrated with backend and added sort and pagination * feat(*): added missing columns and relational sorting * fix(workflows-service): check version control * feat(*): added status column * feat(workflows-service): added sorting to status column * refactor(workflows-service): no longer using references for building sort object * Reports view create report (#2424) * feat(*): added ability to create a report from the backoffice * refactor(*): addressed pr comments * feat(backoffice-v2): added config inputs and switches for the merchant check checkboxes * refactor(*): addressed pr comments * fix(*): pr comments * refactor(*): addressed pr comment about callbackUrl * ci(workflows-service): added eslint ignore for lines we expect to cause cycle imports * fix(workflows-service): added eslint ignore on workflow.module.ts * fix(backoffice-v2): fixed bad import * Report view shell (#2428) * feat(*): added route and link to a single report and added report id * feat(backoffice-v2): added report view shell * revert(backoffice-v2): reverted severity change from moderate to medium * Report view (#2444) * feat(*): added route and link to a single report and added report id * feat(backoffice-v2): added report view shell * revert(backoffice-v2): reverted severity change from moderate to medium * feat(backoffice-v2): mocked report summary * fix(backoffice-v2): readded card header x padding * feat(backoffice-v2): mocked all tabs of report view * feat(*): integrated report view shell with backend * feat(backoffice-v2): connected "view" links to tabs * feat(backoffice-v2): mapped risk levels, summary, and recommendations * feat(backoffice-v2): mapped risk indicators to data * feat(*): checkpoint * feat(backoffice-v2): no longer using mocks for company reputation analysis * refactor(backoffice-v2): removed mcc related properties as they don't exist as of writing * feat(backoffice-v2): added skeleton cards for website credibility * feat(backoffice-v2): now passing real data to ecosystem table * feat(backoffice-v2): connected all report ui to real data minus website credibility * feat(backoffice-v2): added adapters, connected missing ui to real data * feat(*): made merchant monitoring feature flagged * feat(backoffice-v2): added conditions to start analyzing * feat(backoffice-v2): populated missing data into report tabs * refactor(*): resolved pr comments * Report components in KYB (#2445) * feat(*): added route and link to a single report and added report id * feat(backoffice-v2): added report view shell * revert(backoffice-v2): reverted severity change from moderate to medium * feat(backoffice-v2): mocked report summary * fix(backoffice-v2): readded card header x padding * feat(backoffice-v2): mocked all tabs of report view * feat(*): integrated report view shell with backend * feat(backoffice-v2): connected "view" links to tabs * feat(backoffice-v2): mapped risk levels, summary, and recommendations * feat(backoffice-v2): mapped risk indicators to data * feat(*): checkpoint * feat(backoffice-v2): no longer using mocks for company reputation analysis * refactor(backoffice-v2): removed mcc related properties as they don't exist as of writing * feat(backoffice-v2): added skeleton cards for website credibility * feat(backoffice-v2): now passing real data to ecosystem table * feat(backoffice-v2): connected all report ui to real data minus website credibility * feat(backoffice-v2): added adapters, connected missing ui to real data * feat(*): made merchant monitoring feature flagged * feat(backoffice-v2): added conditions to start analyzing * feat(backoffice-v2): populated missing data into report tabs * refactor(*): resolved pr comments * feat(*): added business report ui components to kyb case * feat(backoffice-v2): risk indicators navigation fix * chore(backoffice-v2): resolved pr comment