This project is exploratory. The direction evolves as ideas are tested and refined.
The current state of the code can always be inspected directly in the repository.
What this project aims to cover
- Federated professional identity
- Federated resume / CV
- Job scraping into a federated index of open positions
- Federated job search
- Federated search for candidates
- Trustworthy endorsements (similar in spirit to rel=me links)
Current state
- Event-sourced application framework
- Modular deployment (single instance or distributed services)
- ActivityPub: WebFinger
- ActivityPub: Actor endpoint
- ActivityPub: Outbox
- Initial work on profile / CV structure (within Actor representation)
- ActivityPub: Inbox (in progress)
- Profile Importer as first mechanism create, and manage actors
Missing pieces for minimal ActivityPub viability
To reach a minimal usable ActivityPub setup, the following pieces are still missing:
- first test-installation
- process activities, accepted by the inbox - start with
follow - deliver activites to followers
Notes
Items may change, be redefined, or removed as the project evolves. This is not a fixed roadmap, but a snapshot of the current state.
Further reading