-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
feature requestgood first issueGood for newcomersGood for newcomersholdrefactorRefactoring tasksRefactoring tasks
Description
Is your feature request related to a problem? Please describe.
This component is imported by components in the src/shared-components folder or by both the User and Admin portal screens . This means:
- It is a shared component.
- All the components it imports are shared too and must be refactored as part of this issue
src/components/EventListCard
Describe the solution you'd like
- Migrate the component and all the components it imports to the
src/shared-componentsfolder. Update all imports that referred to the component in its previous location to the new location. - Make sure the locations of files for the component complies with our reusable component policy.
- For example types need to be located in a sub folder of this directory
src/types/shared-components/
- For example types need to be located in a sub folder of this directory
- All components that EventCalender imports must be considered shared components also
- All other functionality must be maintained
- All tests must be valid and achieve 100% test code coverage
Describe alternatives you've considered
- See above
Approach to be followed (optional)
- N/A
Additional context
- N/A
Metadata
Metadata
Assignees
Labels
feature requestgood first issueGood for newcomersGood for newcomersholdrefactorRefactoring tasksRefactoring tasks
Type
Projects
Status
In progress
Status
Done