Skip to content

Instantly share code, notes, and snippets.

@georgiee
Created May 20, 2020 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save georgiee/95b7cf7ce4fd1fbc12f1ab89584bc96a to your computer and use it in GitHub Desktop.
Save georgiee/95b7cf7ce4fd1fbc12f1ab89584bc96a to your computer and use it in GitHub Desktop.
devlog

Ok maybe this time it works.

2020-05-20

  • ACL Implementation based on casbin. For Frontend but data contract enforcement can be expanded to backend to. Util for disabled & control removal. Directive for matching template adjustments.
  • Alpha version + Changelog for initial development works pretty good
  • Nx Workspace vs. Yarn Workspace. Wanted Yarn so heavily but after months Nx won. Problems with multiple rxjs dependencies, files in node_modules when node resolution is not used (e.g. ivy angular) caused many problems
  • Microfrontend Abstraction with a data contract (resources/state) & ACL support to separate it from any subsystem that can deliver the workflow management (routing/store etc)
  • Journal to enable introspection of available Microfrontends
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment