radicleart / stxeco-vote

Upgrade for voting
GNU Affero General Public License v3.0
1 stars 0 forks source link

Refactor stxeco into micro front end applications #64

Closed radicleart closed 4 months ago

radicleart commented 4 months ago

The code base for stx eco has become extended by other experiments (pox insights, bitcoin-dao launcher) and as a result became unwieldy.

The plan for maintaining things is to split out common parts;

  1. split out typs and make one common types npm module into stxeco-types
  2. split out common ui components into stxeco-components
  3. split out common helpers methods (auth stacks node api calls) etc into stxeco-helpers

And split new features into micro front end services;