-
Notifications
You must be signed in to change notification settings - Fork 4
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
CIM Service Tickets page #411
Conversation
|
packages/orchestrator-ui-components/src/components/WfoProcessesList/WfoProcessList.tsx
Outdated
Show resolved
Hide resolved
packages/orchestrator-ui-components/src/components/WfoTable/WfoBasicTable/styles.ts
Outdated
Show resolved
Hide resolved
packages/orchestrator-ui-components/src/components/WfoTable/utils/columns.ts
Outdated
Show resolved
Hide resolved
packages/orchestrator-ui-components/src/hooks/DataFetchHooks.ts
Outdated
Show resolved
Hide resolved
packages/orchestrator-ui-components/src/components/WfoTable/WfoBasicTable/WfoBasicTable.tsx
Outdated
Show resolved
Hide resolved
packages/orchestrator-ui-components/src/components/WfoTable/WfoBasicTable/styles.ts
Outdated
Show resolved
Hide resolved
A more general comment. I'm not sure if we discussed this before and overlooked it but I think that everything that is in the surf package could be in the surf-app directly. There are no plans to publish that so why keep it separate. Let's discuss again. |
@DutchBen @ricardovdheijden @acidjunk Can someone of you look into the wfo-ui-surf folder and check if its properly structured like that ? Would you like me to change something in it before I completely delete the surf package. |
apps/wfo-ui-surf/components/WfoServiceTicketsList/mapServiceTicketStateToColor.ts
Outdated
Show resolved
Hide resolved
...ges/orchestrator-ui-components/src/components/WfoTable/WfoBasicTable/WfoStatusColorField.tsx
Outdated
Show resolved
Hide resolved
66b9ec5
to
76abeb7
Compare
apps/wfo-ui-surf/components/WfoServiceTicketsList/WfoServiceTicketsList.tsx
Outdated
Show resolved
Hide resolved
apps/wfo-ui-surf/components/WfoServiceTicketsList/WfoServiceTicketsList.tsx
Outdated
Show resolved
Hide resolved
apps/wfo-ui-surf/components/WfoServiceTicketsList/WfoServiceTicketsList.tsx
Outdated
Show resolved
Hide resolved
apps/wfo-ui-surf/components/WfoServiceTicketsList/WfoServiceTicketsList.tsx
Outdated
Show resolved
Hide resolved
...ges/orchestrator-ui-components/src/components/WfoTable/WfoBasicTable/WfoStatusColorField.tsx
Outdated
Show resolved
Hide resolved
packages/orchestrator-ui-components/src/components/WfoTable/WfoBasicTable/WfoBasicTable.tsx
Outdated
Show resolved
Hide resolved
...ges/orchestrator-ui-components/src/components/WfoTable/WfoBasicTable/WfoStatusColorField.tsx
Outdated
Show resolved
Hide resolved
packages/orchestrator-ui-components/src/components/WfoTable/WfoBasicTable/styles.ts
Outdated
Show resolved
Hide resolved
packages/orchestrator-ui-components/src/hooks/useOrchestratorTheme.ts
Outdated
Show resolved
Hide resolved
…moved to the wfo-surf-ui app
56a8add
to
b4ab278
Compare
* Service ticket page with the new naming convention applied and pages moved to the wfo-surf-ui app * Changed tab structure for service tickets page wip * Added filtering for Active and Completed service tickets. * linted * 411: Last commit before files are moved to wfo-ui-surf app * 411: Moved surf specific pages and components to the wfo-ui-surf * 411: Removed surf package * Service ticket page in wfo-ui-surf app, + new badge and color components * 411: Some fixes and refactoring * 411: Resolved comments * 411: resolved some comments * 411 Moves the status color column into the basic table * 411 Resolved all comments --------- Co-authored-by: Ricardo van der Heijden <[email protected]>
Service ticket page with the naming applied and pages moved to the wfo-surf-ui app.