{"id":27118620,"url":"https://github.com/doga/qworum-demo-project-manager","last_synced_at":"2026-01-19T22:31:48.170Z","repository":{"id":261226681,"uuid":"882775622","full_name":"doga/qworum-demo-project-manager","owner":"doga","description":"Qworum demo. LAUNCH THE LIVE DEMO HERE (𝘶𝘴𝘦𝘳𝘯𝘢𝘮𝘦 arma, 𝘱𝘢𝘴𝘴𝘸𝘰𝘳𝘥 a_password).","archived":false,"fork":false,"pushed_at":"2024-11-05T11:18:42.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-19T09:36:01.398Z","etag":null,"topics":["qworum"],"latest_commit_sha":null,"homepage":"https://project-management.demo.qworum.net","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doga.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-03T18:19:31.000Z","updated_at":"2024-12-04T20:17:05.000Z","dependencies_parsed_at":"2024-11-05T12:56:48.386Z","dependency_job_id":null,"html_url":"https://github.com/doga/qworum-demo-project-manager","commit_stats":null,"previous_names":["doga/qworum-demo-project-manager"],"tags_count":0,"template":false,"template_full_name":"doga/qworum-application-template","purl":"pkg:github/doga/qworum-demo-project-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doga%2Fqworum-demo-project-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doga%2Fqworum-demo-project-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doga%2Fqworum-demo-project-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doga%2Fqworum-demo-project-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doga","download_url":"https://codeload.github.com/doga/qworum-demo-project-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doga%2Fqworum-demo-project-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28587241,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T20:45:59.482Z","status":"ssl_error","status_checked_at":"2026-01-19T20:45:41.500Z","response_time":67,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["qworum"],"created_at":"2025-04-07T07:59:09.873Z","updated_at":"2026-01-19T22:31:48.146Z","avatar_url":"https://github.com/doga.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"![Qworum logo and name](https://raw.githubusercontent.com/doga/qworum-website/master/build/assets/images/logos/Qworum-logo-and-name.svg \"Qworum logo and name\")\n\n# Project management application demo\n\nThis demo application shows how the [Qworum](https://qworum.net) platform helps build __highly integrated IT systems__ on top of fragmented application landscapes.\n\nKey concepts:\n\n- Application integration.\n- Distributed applications.\n\n## Qworum-based project management (PM) application\n\nThis application allows project managers to use a remote HCM service for choosing project members.\n\nAnd a common identity service is used by both services for authenticating the end-users.\n\nThis application is structured as a Qworum API, and it has the following endpoints:\n\n- `home` is the application's main entry point.\n- `view-project` which is called by `home`; other remote services/applications can also call this endpoint.\n\n## Dependencies\n\nThis Qworum application depends on these Qworum applications/services:\n\n- [User authentication service](https://github.com/doga/qworum-demo-auth)\n- [HCM application](https://github.com/doga/qworum-demo-hcm)\n\nIn this demo, all three services/applications are hosted on different web servers, but colocating different Qworum APIs on the same server is allowed as well.\n\n```mermaid\n---\ntitle: Dependency diagram\n---\nclassDiagram\n\nclass Auth{\n    +JSON profile\n    +signIn()\n    +viewProfile()\n}\n\nclass HCM{\n    +Auth user\n    +pickTeam()\n}\n\nclass PM{\n    +Auth user\n    +HCM hcm\n    +home()\n    +viewProject(projectId)\n}\n\nPM --\u003e Auth\nHCM --\u003e Auth\nPM --\u003e HCM\n```\n\n## Running this demo locally\n\nThis is one way to do it:\n\n1. Install [Visual Studio Code](https://code.visualstudio.com/)\n1. Install the [Live Server extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)\n1. Start Live Server for the Auth project and the HCM project.\n1. Lastly do this for this project: Left-click on the `dist/index.html` file and choose _Open with Live Server_ on the pop-up menu that appears.\n\nThis way of running the demo ensures that each web server runs on the right local TCP port.\n\n## License\n\nThis software is released under the terms of the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0).\n\n∎\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoga%2Fqworum-demo-project-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoga%2Fqworum-demo-project-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoga%2Fqworum-demo-project-manager/lists"}