{"id":19427731,"url":"https://github.com/embloy/embloy-genius-client","last_synced_at":"2026-04-29T15:05:49.947Z","repository":{"id":220750369,"uuid":"696435590","full_name":"Embloy/Embloy-Genius-Client","owner":"Embloy","description":"Frontend for genius.embloy.com","archived":false,"fork":false,"pushed_at":"2024-02-05T19:49:59.000Z","size":16162,"stargazers_count":2,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-02-06T03:33:35.737Z","etag":null,"topics":["nextjs"],"latest_commit_sha":null,"homepage":"https://embloy-genius-client.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Embloy.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}},"created_at":"2023-09-25T18:31:15.000Z","updated_at":"2024-02-06T03:33:35.737Z","dependencies_parsed_at":"2024-02-04T03:39:33.164Z","dependency_job_id":null,"html_url":"https://github.com/Embloy/Embloy-Genius-Client","commit_stats":null,"previous_names":["embloy/embloy-genius-client"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embloy%2FEmbloy-Genius-Client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embloy%2FEmbloy-Genius-Client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embloy%2FEmbloy-Genius-Client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embloy%2FEmbloy-Genius-Client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Embloy","download_url":"https://codeload.github.com/Embloy/Embloy-Genius-Client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223961261,"owners_count":17232251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["nextjs"],"created_at":"2024-11-10T14:12:43.164Z","updated_at":"2026-04-29T15:05:44.925Z","avatar_url":"https://github.com/Embloy.png","language":"TypeScript","funding_links":["https://developer.paypal.com/docs/checkout/"],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\u003ca href=\"https://about.embloy.com\"\u003eEmbloy Genius\u003c/a\u003e\u003c/h1\u003e\n\n\nThis repository contains the code for the web application of Embloy Genius. In the future it will be available online at: [https://genius.embloy.com](https://genius.embloy.com) \n## License\n\n### Licensed under\n\n\u003e GNU AFFERO GENERAL PUBLIC LICENSE v3.0 ([gpl-3](https://www.gnu.org/licenses/gpl-3.0.en.html))\n\u003e This is due to the possibility of publication of this version in the future.\n\n## Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by anyone, as\ndefined in the GNU AFFERO GENERAL PUBLIC LICENSE v3.0 license, shall be licensed as above, without any additional terms\nor conditions.\n\n\u003cdetails\u003e\n  \u003csummary\u003e Contriution Guide \u003c/summary\u003e\n\n- This web application is based on Next.JS 13 and uses the App Router system\n\n- Against current design best-practises it is meant to render pages, components on client side if possible (SEO doesnt matter)\n\n- Study the app/layout.js file, AuthWrapper makes sure that every URL is secured with Embloy Authentication (instead stated otherwise), UserContext makes sure that certain data is available globally without fetiching the same data multiple times. NOrmally the best practise would be to fetch data where it is needed\n\n- To fetch data use the predefined request functions in lib/misc_requests.js to ensure the fulöfillment of the designed security patterns of Embloy Authentication\n\n- Embloy Genius Web App relies on both big backend systems of Embloy - Core and Genius. Dont get confused with the name, it is called Genius because this web application is positioned as a solely B2B tool to ioerate Embloy asa business like [Youtube Studio](https://studio.youtube.com/)\n\n\u003c/details\u003e\n\n\n## Functionality\n\n\u003e A verified Embloy Account is required to use Embloy Genius.\n\n### Integration, Data Import/ Export (planned)\n\nInstead of manually adding jobs on Embloy Core, users can import or export data in specific formats or via an API. This also enables existing HR Software like SAP HR to interact with Embloy. A tighter integration in an existing Tool environment is possible, but requires a manual set up of data pipelines by Embloy Platforms staff, billed by the hour.\n\n### Process Controlling (planned)\n#### Workflows\n- Like Github Workflows but for HR processes\n#### Applications\n- Recieved applications for a specific job are depicted and need to be acknowledged (manually/ workflow automated) to be fed into Genius\n- Each application opens a new line in a kanban board like DOM and a each aplication has a status pointer object that is draggable\n- Each application on the board now gets a task pipeline and the user can ut the pointer on whatever task he wants\n- Each task has a commands/ api cllas/ actions prefdeined taht wll be executed by GEnius automatically\n- Users can so overview each individual application and at the same glance manipulatie/ steer/ controll the individual progress\n- tbd.\n#### tbd.\ntbd.\n### Analytics (planned)\ntbd.\n### Promotion (planned)\ntbd.\n### Widget Generator (planned)\nGenius should create custom backend / frontend code snipplets for users to integrate EMbloy in their own pages (like [Paypal developer](https://developer.paypal.com/docs/checkout/))\n\n## Config\n\n\u003e __NOTE__: _You only need to follow these steps if you wish to contribute and need to test your changes locally_\n\n\u003cdetails\u003e\n  \u003csummary\u003e 1. Prerequisites \u003c/summary\u003e\n\n- Embloy Core instance available \u0026 running\n\n- Embloy Genius instance available \u0026 running\n\n- Install npm\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e 2. Start the server \u003c/summary\u003e\n\nIf you wish to experiment on our backend or contribute to our front end, you can test your changes by starting a local\nserver.\n\n1. (PLANNED) Create a file './env.local' with the following content:\n\n   ```\n   tbd.\n   ```\n\n2. Verify correct IP addresses \u0026 i.a. updated CORS plicies of Core and Genius \n3. Run ``npm install`` to install all required packages.\n3. Run ``npm run dev`` to start the web applciation.\n4. Go to http://localhost:3000\n\u003c/details\u003e\n\n## Running on Kubernetes\n\n1. Build docker container:\n\n```sh\ndocker build -t embloy-genius-front . \u0026\u0026 docker tag genius-front:latest \u003cyour-username\u003e/embloy-genius-front\n```\n\n2. Push to container registry:\n\n```sh\ndocker push \u003cyour-username\u003e/embloy-genius-front\n```\n\n3. Run image in K8s:\n\n```sh\nkubectl apply -f AKS_genius_front.yml\n```\n\n\n© Carlo Bortolan, Jan Hummel\n\n\u003e Carlo Bortolan \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e GitHub [@carlobortolan](https://github.com/carlobortolan) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e contact via Software Development Department @ [bortolanoffice@embloy.com](mailto:bortolanoffice@embloy.com)\n\u003e\n\u003e Jan Hummel \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e GitHub [@github4touchdouble](https://github.com/github4touchdouble) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e contact via Product Department @ [hummeloffice@embloy.com](mailto:hummeloffice@embloy.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembloy%2Fembloy-genius-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fembloy%2Fembloy-genius-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembloy%2Fembloy-genius-client/lists"}