{"id":30182781,"url":"https://github.com/datum-cloud/staff-portal","last_synced_at":"2026-05-11T19:02:30.501Z","repository":{"id":303888185,"uuid":"979181043","full_name":"datum-cloud/staff-portal","owner":"datum-cloud","description":"A staff portal for managing your Alt Cloud w/ Milo","archived":false,"fork":false,"pushed_at":"2026-05-10T14:22:29.000Z","size":4332,"stargazers_count":0,"open_issues_count":32,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-05-10T16:27:29.988Z","etag":null,"topics":[],"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/datum-cloud.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2025-05-07T05:57:10.000Z","updated_at":"2026-05-06T10:45:58.000Z","dependencies_parsed_at":"2025-07-10T09:26:12.752Z","dependency_job_id":"b160ffc4-b48e-46c0-acbe-4b6166000e82","html_url":"https://github.com/datum-cloud/staff-portal","commit_stats":null,"previous_names":["datum-cloud/staff-portal"],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/datum-cloud/staff-portal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datum-cloud%2Fstaff-portal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datum-cloud%2Fstaff-portal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datum-cloud%2Fstaff-portal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datum-cloud%2Fstaff-portal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datum-cloud","download_url":"https://codeload.github.com/datum-cloud/staff-portal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datum-cloud%2Fstaff-portal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32908529,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-11T17:09:15.040Z","status":"ssl_error","status_checked_at":"2026-05-11T17:08:45.420Z","response_time":120,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-08-12T10:16:54.779Z","updated_at":"2026-05-11T19:02:30.461Z","avatar_url":"https://github.com/datum-cloud.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"60px\" src=\"docs/assets/logo.png\"\u003e\n  \n  \u003ch1 align=\"center\"\u003eDatum Staff Portal\u003c/h1\u003e\n  \n  \u003cp align=\"center\"\u003e\n    Simplifying cloud operations\n  \u003c/p\u003e\n\u003c/p\u003e\n\n## Overview\n\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fdatum-cloud%2Fstaff-portal.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fdatum-cloud%2Fstaff-portal?ref=badge_shield)\n\nDatum Staff Portal is a modern web application built with React and TypeScript, designed to streamline cloud operations management. The application uses the latest React Router v7 and is powered by Bun runtime.\n\n## Tech Stack\n\n- **Runtime**: Bun\n- **Frontend Framework**: React 19\n- **Routing**: React Router 7\n- **Styling**: TailwindCSS\n- **Type Safety**: TypeScript\n- **Build Tool**: Vite\n- **Server**: Hono\n- **Internationalization**: Lingui\n\n## Project Structure\n\n```bash\nstaff-portal/\n├── app/ # Main application code\n│ ├── components/ # Reusable UI components\n│ ├── constants/ # Application constants\n│ ├── features/ # Feature-specific code\n│ ├── hooks/ # Custom React hooks\n│ ├── layouts/ # Page layouts\n│ ├── modules/ # Third-party library integrations and configurations\n│ │ └── i18n/ # Internationalization files\n│ ├── providers/ # React context providers\n│ ├── routes/ # Application routes\n│ ├── server/ # Server-side code\n│ ├── styles/ # Global styles\n│ └── utils/ # Utility functions\n├── cypress/ # Cypress test files\n│ ├── e2e/ # End-to-end test files\n│ ├── fixtures/ # Test fixtures and mock data\n│ ├── support/ # Support files and custom commands\n│ └── component/ # Component test files\n├── docs/ # Documentation\n├── public/ # Static assets\n└── .github/ # GitHub configuration\n```\n\n## Getting Started\n\n### Prerequisites\n\n- [Bun](https://bun.sh/) (Latest version)\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/datum-cloud/staff-portal.git\n   cd staff-portal\n   ```\n\n2. Install dependencies:\n   ```bash\n   bun install\n   ```\n\n### Development\n\nStart the development server:\n\n```bash\nbun run dev\n```\n\n### Building\n\nBuild the application:\n\n```bash\nbun run build\n```\n\n### Running Production Build\n\nStart the production server:\n\n```bash\nbun run start\n```\n\n## Available Scripts\n\n- `bun run dev` - Start development server\n- `bun run build` - Build the application\n- `bun run start` - Start production server\n- `bun run lint` - Run ESLint\n- `bun run format` - Format code with Prettier\n- `bun run typecheck` - Run TypeScript type checking\n- `bun run extract` - Extract messages for translation\n- `bun run compile` - Compile translation messages\n- `bun run test:e2e` - Run end-to-end tests in CI mode\n- `bun run test:e2e:prod` - Run end-to-end tests against production build\n- `bun run test:e2e:debug` - Open Cypress Test Runner for E2E tests\n- `bun run test:unit:prod` - Run component tests in CI mode\n- `bun run test:unit:debug` - Open Cypress Test Runner for component tests\n\n## Testing\n\nThe project uses Cypress for both end-to-end (e2e) and component testing:\n\n### Component Testing\n\n- Component tests are written using Cypress Component Testing\n- Tests are located in the `cypress/component` directory\n- Run component tests in CI mode with `bun run test:unit:prod`\n- Open Cypress Test Runner for component tests with `bun run test:unit:debug`\n\n### End-to-End Testing\n\n- E2E tests are written using Cypress\n- Tests are located in the `cypress/e2e` directory\n- Run E2E tests in CI mode with `bun run test:e2e`\n- Run E2E tests against production build with `bun run test:e2e:prod`\n- Open Cypress Test Runner for E2E tests with `bun run test:e2e:debug`\n\n## Code Quality\n\nThe project uses several tools to maintain code quality:\n\n- ESLint for code linting\n- Prettier for code formatting\n- TypeScript for type safety\n- Lefthook for git hooks\n\n## Contributing\n\n1. Create a new branch for your feature\n2. Make your changes\n3. Submit a pull request\n\n## License\n\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fdatum-cloud%2Fstaff-portal.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fdatum-cloud%2Fstaff-portal?ref=badge_large)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatum-cloud%2Fstaff-portal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatum-cloud%2Fstaff-portal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatum-cloud%2Fstaff-portal/lists"}