{"id":22907304,"url":"https://github.com/filonenkodima/statushub","last_synced_at":"2026-05-01T21:35:19.247Z","repository":{"id":264229002,"uuid":"892763187","full_name":"FilonenkoDima/StatusHub","owner":"FilonenkoDima","description":"StatusHub is an Angular-based web application designed to provide an intuitive interface for monitoring system statuses and managing tickets. The application follows a modular architecture to ensure scalability, maintainability, and ease of development.","archived":false,"fork":false,"pushed_at":"2024-12-05T10:42:33.000Z","size":668,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T09:08:04.120Z","etag":null,"topics":["angular","clean-architecture","clean-code","frontend","scss"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FilonenkoDima.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-22T18:22:02.000Z","updated_at":"2024-12-05T10:44:13.000Z","dependencies_parsed_at":"2025-09-06T09:34:19.034Z","dependency_job_id":null,"html_url":"https://github.com/FilonenkoDima/StatusHub","commit_stats":null,"previous_names":["filonenkodima/statushub"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FilonenkoDima/StatusHub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FilonenkoDima%2FStatusHub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FilonenkoDima%2FStatusHub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FilonenkoDima%2FStatusHub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FilonenkoDima%2FStatusHub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FilonenkoDima","download_url":"https://codeload.github.com/FilonenkoDima/StatusHub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FilonenkoDima%2FStatusHub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273886475,"owners_count":25185506,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["angular","clean-architecture","clean-code","frontend","scss"],"created_at":"2024-12-14T03:14:29.230Z","updated_at":"2026-05-01T21:35:19.208Z","avatar_url":"https://github.com/FilonenkoDima.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Documentation for **StatusHub**\n\n#### Overview\n\n**StatusHub** is an Angular-based web application designed to provide an intuitive interface for monitoring system statuses and managing tickets. The application follows a modular architecture to ensure scalability, maintainability, and ease of development.\n\n---\n\n## Demo\n\n![](demo.gif)\n\n---\n\n## Project Structure\n\nThe project adheres to the Angular file and folder conventions, with additional customizations for a clear separation of features and shared components.\n\n- **src/app/**: Main application directory containing all feature modules and shared components.\n  - **dashboard/**: Handles the dashboard functionality, including:\n    - **dashboard-item/**: A module or component for individual dashboard items.\n    - **server-status/**: A module or component to monitor server statuses.\n  - **tickets/**: Manages ticket-related functionality.\n    - **new-ticket/**: A module or component for creating new tickets.\n    - **ticket/**: A module or component for displaying ticket details.\n    - `tickets.component.ts`: Main entry point for the ticket system module.\n  - **traffic/**: A module or component for traffic monitoring (details can be added based on functionality).\n  - **header/**: Contains components related to the application header and navigation.\n  - **shared/**: Contains reusable components or modules, such as:\n    - **button/**: Custom button components.\n    - **control/**: Custom controls for forms or inputs.\n- **src/styles.scss**: Global styles for the application.\n- **src/app.component.\\***: Main application entry point, including HTML, SCSS, and TypeScript.\n\n---\n\n## Key Features\n\n1. **Dashboard**:\n\n   - Visual representation of key system metrics.\n   - Server status monitoring.\n\n2. **Ticket Management**:\n\n   - Create, update, and view tickets.\n   - Separate modules for new ticket creation and detailed ticket views.\n\n3. **Traffic Analysis**:\n\n   - Traffic-related functionality (pending detailed implementation).\n\n4. **Reusable Components**:\n   - Buttons and form controls to maintain consistent design.\n\n---\n\n## How to Run the Project\n\n1. **Clone the Repository**:\n\n   ```bash\n   git clone https://github.com/FilonenkoDima/StatusHub.git\n   cd StatusHub\n   ```\n\n2. **Install Dependencies**:\n   Ensure you have Node.js and Angular CLI installed, then run:\n\n   ```bash\n   npm install\n   ```\n\n3. **Run the Application**:\n\n   ```bash\n   ng serve\n   ```\n\n   The app will be accessible at `http://localhost:4200/`.\n\n4. **Build for Production**:\n   ```bash\n   ng build --prod\n   ```\n\n---\n\n## Technologies Used\n\n- **Frontend**: Angular\n- **Styling**: SCSS\n- **Build Tools**: Angular CLI\n- **Version Control**: GitHub\n\n---\n\n## Contribution Guidelines\n\n1. Fork the repository.\n2. Create a new feature branch:\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n3. Commit your changes and push the branch:\n   ```bash\n   git push origin feature/your-feature-name\n   ```\n4. Submit a pull request for review.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilonenkodima%2Fstatushub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffilonenkodima%2Fstatushub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilonenkodima%2Fstatushub/lists"}