You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an on-going issue aimed at listing all chore/cleaning tasks remaining to make dicto code base effectively open source, that is easy to read, fork, and improve.
add a CONTRIBUTE.md guide
add a MANUAL_E2E_CHECKLIST.md guide
Stabilize style system
replace redundant inline modification to css theme by css theme changes
replace useless inline styles with css system
Clean react code
refactor modals with a standard modal component
refactor modal contents in separate components
spot redundant html patterns and refactor them as reusable components
in features, refactor long layout component by externalizing feature-related components
robindemourat
changed the title
Towards clean/fork-friendly/contribution-friendly code
Toward clean/fork-friendly/contribution-friendly code
Sep 22, 2018
This is an on-going issue aimed at listing all chore/cleaning tasks remaining to make dicto code base effectively open source, that is easy to read, fork, and improve.
CONTRIBUTE.md
guideMANUAL_E2E_CHECKLIST.md
guideStabilize style system
Clean react code
Container
components, dedicateLayout
components layout/designLocal code simplifications
lodash.get
instead of multiple existence testsAdd unit tests to utils modules
Code documentation
Resolve last performance bottlenecks
Questions / to decide
Update to react 17 ?
This would mean refactoring everything relying on components livecycle.
Redux data management logic : share code between electron main process and renderer process ?
This would ask to find a way to keep an architecture which work both for webapp and electron app.
The text was updated successfully, but these errors were encountered: