evomimic / map-proto1

Initial Proof-of-Concept of MAP Layer 0
Other
3 stars 0 forks source link

Re-Factor Repository Structure #14

Closed evomimic closed 1 year ago

evomimic commented 1 year ago

As a prototype developer, I need a code/repository structure that makes it easier to find and place functionality, supports good principles of modularity, supports architectural evolution and aligns with holochain development constraints and conventions.

This story re-organizes the map-proto-1 repository to better support the above aims.

Definition of done:

  1. Repo matches design specified in Prototype Code Structure.
  2. The map-proto hApp compiles and executes without error
  3. The pull request (PR) for pulling this structure into the porto-dev branch as been approved and completed
  4. Tests have been run in map-proto to ensure everything works.
evomimic commented 1 year ago

I've completed the initial re-factoring under the branch tied with this issue and pulled the code into proto_dev (after reviewing the changes with Zeek).