{"id":26608241,"url":"https://github.com/fbrump/msh","last_synced_at":"2026-02-17T06:01:36.165Z","repository":{"id":85788931,"uuid":"107829534","full_name":"fbrump/msh","owner":"fbrump","description":"Centralize all informations about System Management Times","archived":false,"fork":false,"pushed_at":"2018-01-01T23:53:23.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T09:43:00.689Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/fbrump.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":"2017-10-22T01:49:14.000Z","updated_at":"2017-10-22T01:49:14.000Z","dependencies_parsed_at":"2023-03-04T14:00:29.933Z","dependency_job_id":null,"html_url":"https://github.com/fbrump/msh","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fbrump/msh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbrump%2Fmsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbrump%2Fmsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbrump%2Fmsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbrump%2Fmsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fbrump","download_url":"https://codeload.github.com/fbrump/msh/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbrump%2Fmsh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29535934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T05:00:25.817Z","status":"ssl_error","status_checked_at":"2026-02-17T04:57:16.126Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2025-03-23T23:50:08.386Z","updated_at":"2026-02-17T06:01:36.119Z","avatar_url":"https://github.com/fbrump.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# msh\nCentralize all informations about System Management Times\n\n**Other attempts:**\n\n[Version 0.0 - C# ](https://github.com/fbrump/mhs)\n\n[Version 1.0 - Python/Django](https://github.com/fbrump/msh-python)\n\n\n## Version 2\n\nPropose:\nCreate one system with multiple services for management all times of the employers on company, or wherever. Using three languages I'm going to practice my knologe on python with Django/Flask, dotnet core and javascript with angular/react.\n\n### Projects Backend\n- ESB - Python/Dotnet Core (?)\n- [Domain - PointSheet](https://github.com/fbrump/msh-domain-point-sheet)\n- [Domain - Catalog](https://github.com/fbrump/msh-domain-catalog)\n- [Domain - Enterprise](https://github.com/fbrump/msh-domain-enterprise)\n- Domain - Auth - Python/Dotnet Core (?)\n- Unittest: Unit (donet core), unittest/pytests (python)\n\n### Projects Frontend\n- Angular (4..) front-end\n- NodeJs (host front-end code)\n\n### Databases\n- Database Domains: PostgreSql\n- Database logs: Mongodb/Redis\n\n### Server/Hosting\n- Hosting Nginx (linux server)\n\n## Structure proposed\n\nCreate one project for front end, this will call ESB project, that manager what domain do you nee call; one domain just access ESB, but ESB call all domains. If domain 1 need call other domain 2, it will call ESB, ESB will call Domain 2 that return to ESB will retorne Domain 1. Basically! Let's go.\n\n## Domains Objects:\n\n### [Point-sheet](https://github.com/fbrump/msh-domain-point-sheet) [^](https://github.com/fbrump/msh/blob/master/README.md#projects-backend)\n\n* Release\n* Point sheet\n\n### [Enterprise](https://github.com/fbrump/msh-domain-enterprise) [^](https://github.com/fbrump/msh/blob/master/README.md#projects-backend)\n\n* Employer\n* Employer Contact Mail\n* Employer Contact Phone\n* Manager\n* Manager Contact Mail\n* Position\n* Company\n\n### [Catalog](https://github.com/fbrump/msh-domain-catalog) [^](https://github.com/fbrump/msh/blob/master/README.md#projects-backend) **[OK]**\n\n* Day of week\n* Type Contact Mail\n* Type Contact Phone\n\n### ESB [^](https://github.com/fbrump/msh/blob/master/README.md#projects-backend)\n\n* List of employers\n* List of companies\n* List of positions\n* List of point sheets\n* List of releases of point sheets\n* Save new release\n* Save new point sheets\n* Update a release\n* Update a point sheets\n* Delete a release\n* Activate/Deactivate employers\n* Activate/Deactivate company\n* Activate/Deactivate type contact mail\n* Activate/Deactivate type contact phone\n* Reports (some, need defined)\n\n### UI [^](https://github.com/fbrump/msh/blob/master/README.md#projects-frontend)\n\n* Login employer/manager\n* Employer\n    * List your point sheet\n    * List realises for each point sheet\n    * Create your point sheet\n    * Update your point sheet\n    * Create realieses\n    * Update realises\n    * Delete realises\n* Manager \u003c- Employer:\n    * List all point sheets for your company\n    * List all employers for your company\n    * Delete releases for employers\n    * Activate and Deactivate employers\n* Company (newer)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffbrump%2Fmsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffbrump%2Fmsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffbrump%2Fmsh/lists"}