Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Improve discovery by indexing apps and un-named organisations #9

Merged
merged 7 commits into from
Aug 10, 2019

Conversation

onbjerg
Copy link
Contributor

@onbjerg onbjerg commented Aug 6, 2019

This PR improves the discovery mechanism used by the worker and closes #4.

The worker now indexes

  • Organisations that have not been created by kits/templates
  • Apps, regardless of if they are installed or not
  • Versions of apps, including meta data such as app names, descriptions and contract addresses

This PR also updates Redux Saga to the latest version, streamlining the root saga a bit.

Note that this version of the worker requires IPFS_URI to be set, since it fetches the artifact and manifest of apps.

Furthermore, as of writing this, not all orgs (specifically those without names) have blocks associated with them, so it is not entirely possible to sort based on what block they were created in. I expect to fix this in the next iteration.

@onbjerg onbjerg added the enhancement New feature or request label Aug 6, 2019
@onbjerg onbjerg added this to In Progress in Discovery via automation Aug 6, 2019
@onbjerg onbjerg merged commit e926e27 into master Aug 10, 2019
Discovery automation moved this from In Progress to Done Aug 10, 2019
@onbjerg onbjerg deleted the improved-discovery branch August 10, 2019 22:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
Discovery
  
Done
Development

Successfully merging this pull request may close these issues.

Improved Organization and Application Discovery
1 participant