LD4P / sinopia

LD4P Sinopia Project repo to hold docs, general issues, schemas, and related spec docs.
https://ld4p.github.io/sinopia/
19 stars 3 forks source link

Sinopia Editor Refactor #284

Closed jermnelson closed 3 years ago

jermnelson commented 4 years ago

This refactoring of Sinopia Editor will focus on these areas:

Simplify Redux state

Completed Move from complex hierarchy of resource templates with resource models to key-based approach

Simplify React Components

Reduce number of components, remaining components should be functional (not React classes) using React hooks

Testing refactoring/simplification

UI components tested through “integration” tests, minimize individual unit tests for React components. Non-UI unit tests remain for Javascript classes and functions.

Investigate Trellis Replacement with MongoDB

michelleif commented 3 years ago

@jermnelson done?

jermnelson commented 3 years ago

Closed.