-
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
Reports view create report #2424
Conversation
Omri-Levy
commented
May 28, 2024
•
edited
Loading
edited
|
Important Review SkippedAuto reviews are disabled on base/target branches other than the default branch. Please add the base/target branch pattern to the list of additional branches to be reviewed in the settings. 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 (
|
apps/backoffice-v2/src/common/components/organisms/Combobox/Combobox.tsx
Show resolved
Hide resolved
apps/backoffice-v2/src/pages/MerchantMonitoring/components/MerchantMonitoringTable/columns.tsx
Show resolved
Hide resolved
...backoffice-v2/src/pages/MerchantMonitoringCreateCheck/MerchantMonitoringCreateCheck.page.tsx
Show resolved
Hide resolved
...ckoffice-v2/src/pages/MerchantMonitoringCreateCheck/components/RiskDropdown/RiskDropdown.tsx
Outdated
Show resolved
Hide resolved
...ckoffice-v2/src/pages/MerchantMonitoringCreateCheck/components/SwitchesList/SwitchesList.tsx
Show resolved
Hide resolved
apps/backoffice-v2/src/pages/MerchantMonitoringCreateCheck/create-business-report-schema.ts
Show resolved
Hide resolved
...nitoringCreateBusinessReportPageLogic/useMerchantMonitoringCreateBusinessReportPageLogic.tsx
Show resolved
Hide resolved
services/workflows-service/src/business-report/business-report.controller.internal.ts
Show resolved
Hide resolved
services/workflows-service/src/business-report/dto/create-business-report.dto.ts
Show resolved
Hide resolved
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.
Awesome work!
apps/backoffice-v2/src/common/components/organisms/Combobox/Combobox.tsx
Outdated
Show resolved
Hide resolved
apps/backoffice-v2/src/common/components/organisms/Combobox/interfaces.tsx
Outdated
Show resolved
Hide resolved
...reateBusinessReportPageLogic/merchant-monitoring-createBusiness-report-page-search-schema.ts
Outdated
Show resolved
Hide resolved
...nitoringCreateBusinessReportPageLogic/useMerchantMonitoringCreateBusinessReportPageLogic.tsx
Show resolved
Hide resolved
services/workflows-service/src/business-report/business-report.controller.internal.ts
Show resolved
Hide resolved
services/workflows-service/src/business-report/business-report.controller.internal.ts
Outdated
Show resolved
Hide resolved
services/workflows-service/src/business-report/business-report.controller.internal.ts
Outdated
Show resolved
Hide resolved
services/workflows-service/src/business-report/business-report.controller.internal.ts
Outdated
Show resolved
Hide resolved
services/workflows-service/src/business-report/business-report.controller.internal.ts
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