{"id":51135559,"url":"https://github.com/bmlt-enabled/activity","last_synced_at":"2026-06-25T17:30:54.678Z","repository":{"id":322697654,"uuid":"1090514838","full_name":"bmlt-enabled/activity","owner":"bmlt-enabled","description":"View and analyze BMLT server change activity","archived":false,"fork":false,"pushed_at":"2026-05-23T20:14:01.000Z","size":326,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-23T22:12:31.906Z","etag":null,"topics":["bmlt-svelte"],"latest_commit_sha":null,"homepage":"http://activity.bmlt.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bmlt-enabled.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-05T19:11:57.000Z","updated_at":"2026-05-23T20:14:05.000Z","dependencies_parsed_at":"2025-12-15T19:01:42.836Z","dependency_job_id":null,"html_url":"https://github.com/bmlt-enabled/activity","commit_stats":null,"previous_names":["bmlt-enabled/activity"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bmlt-enabled/activity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Factivity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Factivity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Factivity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Factivity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bmlt-enabled","download_url":"https://codeload.github.com/bmlt-enabled/activity/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Factivity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34786225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-25T02:00:05.521Z","response_time":101,"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":["bmlt-svelte"],"created_at":"2026-06-25T17:30:54.034Z","updated_at":"2026-06-25T17:30:54.672Z","avatar_url":"https://github.com/bmlt-enabled.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BMLT Server Activity Report\n\n[![Test](https://github.com/bmlt-enabled/activity/actions/workflows/test.yml/badge.svg)](https://github.com/bmlt-enabled/activity/actions/workflows/test.yml)\n[![Release](https://github.com/bmlt-enabled/activity/actions/workflows/release.yml/badge.svg)](https://github.com/bmlt-enabled/activity/actions/workflows/release.yml)\n[![codecov](https://codecov.io/gh/bmlt-enabled/activity/branch/main/graph/badge.svg)](https://codecov.io/gh/bmlt-enabled/activity)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Version](https://img.shields.io/badge/version-0.0.1-blue.svg)](https://github.com/bmlt-enabled/activity/releases)\n\nA modern Svelte 5 application that displays change activity reports from BMLT (Basic Meeting List Toolbox) servers. Track meeting changes, view statistics, and monitor service body activity with an intuitive, responsive interface.\n\n## Features\n\n- 📊 **Comprehensive Statistics** - View total changes, active users, and change type breakdowns\n- 🔍 **Advanced Filtering** - Search and filter by meeting name, user, change type, or service body\n- 📅 **Configurable Date Ranges** - Review activity from 1 to 365 days\n- 🌐 **Multi-Server Support** - Connect to any BMLT root server\n- 🎯 **Service Body Selection** - Track specific service bodies or entire regions\n- 📱 **Responsive Design** - Works seamlessly on desktop and mobile devices\n- 🔄 **Real-time Diff Viewer** - See detailed line-by-line changes for each modification\n- 💾 **Persistent Configuration** - Settings saved to browser localStorage\n- 🌍 **Localization** - Full support for English and Spanish with automatic browser language detection\n- 🌓 **Dark Mode** - Toggle between light and dark themes with persistent preference\n\n\n## Technology\n\nBuilt with [Svelte 5](https://svelte.dev/), TypeScript, and [Tailwind CSS](https://tailwindcss.com/). Uses the [bmlt-query-client](https://www.npmjs.com/package/bmlt-query-client) library to fetch data from BMLT servers.\n\n## Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/bmlt-enabled/activity.git\ncd activity\n\n# Install dependencies\nnpm install\n\n# Build for production\nnpm run build\n```\n\nThe built application will be in the `dist/` directory, ready to deploy to any static hosting service.\n\n## Configuration\n\nOn first launch, you'll be prompted to configure:\n\n1. **BMLT Server** - Select from a list of available BMLT root servers\n2. **Service Bodies** - Choose one or more service bodies to track\n3. **Days to Look Back** - Specify how many days of history to fetch (1-365)\n\nConfiguration is automatically saved to your browser's localStorage and can be changed at any time using the Configure button.\n\n### Language \u0026 Theme Settings\n\n- **Language**: Click the language icon (🌐) in the header to switch between English and Spanish. The app automatically detects your browser's language preference on first visit.\n- **Dark Mode**: Click the theme toggle button to switch between light and dark modes. Your preference is saved and persists across sessions.\n\n\n## How It Works\n\n1. **Configuration** - Select your BMLT server and service bodies on first launch\n2. **Data Fetching** - Changes are retrieved from the BMLT API for your specified date range\n3. **Statistics** - View aggregated data including total changes, active users, and change types\n4. **Filtering** - Search and filter results instantly with client-side processing\n5. **Detailed Views** - Click any change to see a detailed diff of what was modified\n\nThe app stores your configuration, language preference, and theme in your browser's localStorage for a seamless experience across sessions.\n\n\n## Contributing\n\nContributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for:\n\n- Development setup and guidelines\n- Architecture and data flow diagrams\n- Testing requirements and examples\n- Code style and formatting rules\n- Pull request process\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Credits\n\n- Bootstrapped with [Svelte 5 + TypeScript + Vite + Tailwind CSS Bootstrap](https://github.com/pjaudiomv/svelte5-vite-ts-tailwind-eslint)\n- Built for the [BMLT (Basic Meeting List Toolbox)](https://bmlt.app/) community\n\n## Support\n\nFor issues, questions, or suggestions, please [open an issue](https://github.com/bmlt-enabled/activity/issues) on GitHub.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmlt-enabled%2Factivity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbmlt-enabled%2Factivity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmlt-enabled%2Factivity/lists"}