{"id":26940477,"url":"https://github.com/darren277/openproject-my_plugin","last_synced_at":"2026-02-17T03:36:57.056Z","repository":{"id":281912849,"uuid":"946143099","full_name":"darren277/openproject-my_plugin","owner":"darren277","description":"A fork of the demo prototype plugin for OpenProject. Work in progress.","archived":false,"fork":false,"pushed_at":"2025-03-13T13:09:57.000Z","size":421,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-07-29T10:11:53.410Z","etag":null,"topics":["openproject","project-management","rails","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/darren277.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}},"created_at":"2025-03-10T17:16:59.000Z","updated_at":"2025-03-21T13:06:45.000Z","dependencies_parsed_at":"2025-06-26T10:44:37.699Z","dependency_job_id":null,"html_url":"https://github.com/darren277/openproject-my_plugin","commit_stats":null,"previous_names":["darren277/openproject-my_plugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/darren277/openproject-my_plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darren277%2Fopenproject-my_plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darren277%2Fopenproject-my_plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darren277%2Fopenproject-my_plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darren277%2Fopenproject-my_plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darren277","download_url":"https://codeload.github.com/darren277/openproject-my_plugin/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darren277%2Fopenproject-my_plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29532437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T03:01:11.216Z","status":"ssl_error","status_checked_at":"2026-02-17T03:00:31.803Z","response_time":100,"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":["openproject","project-management","rails","ruby"],"created_at":"2025-04-02T15:18:46.570Z","updated_at":"2026-02-17T03:36:57.035Z","avatar_url":"https://github.com/darren277.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenProject My Plugin\n\nA plugin for OpenProject that adds gamification and KPI dashboard features.\n\n## Features\n\n### Gamification System\n\nThe gamification system rewards users for completing tasks and contributing to projects:\n\n- **Experience Points**: Earn XP for completing work packages, reviewing code, fixing bugs, etc.\n- **Levels and Ranks**: Progress through levels and earn prestigious ranks\n- **Achievements**: Unlock special achievements for completing specific goals\n- **Leaderboard**: Compete with colleagues on weekly, monthly, and all-time leaderboards\n- **Profile Page**: View your personal gamification profile with stats and achievements\n\n### KPI Dashboard\n\nTrack important project metrics in one place:\n\n- Visualize task completion rates\n- Monitor team performance\n- Track progress towards project goals\n- Analyze trends over time\n\n## Installation\n\n### Prerequisites\n\nThis plugin requires:\n- OpenProject 12.0.0 or higher\n- Ruby 3.0 or higher\n- Bundler\n\n### Steps\n\n1. Clone the repository into the plugins directory:\n   ```bash\n   cd openproject/plugins\n   git clone https://github.com/darren277/openproject-my_plugin.git\n   ```\n\n2. Install the plugin:\n   ```bash\n   cd openproject\n   bundle install\n   ```\n\n3. Run the plugin migrations:\n   ```bash\n   # It wound up with two copies of the same migration.\n   # This step might be redundant: `bundle exec rake railties:install:migrations FROM=openproject_my_plugin`\n   \n   # The above command copies the migration files over...\n   bundle exec rake db:migrate\n   ```\n\n4. Seed the initial achievements:\n   ```bash\n   bundle exec rake openproject_my_plugin:seed\n   ```\n\n5. Bundle plugin assets:\n   ```bash\n   # From the main OpenProject directory\n   # Instead of this: `bundle exec rake openproject_my_plugin:precompile_assets`\n   # ...copying the two CSS files over manually for now because the precompilation process takes ridiculously long amounts of time for some reason.\n   sudo cp ~/op_dev/plugins/openproject-my_plugin/app/assets/stylesheets/gamification.css ~/op_dev/openproject/public/assets/frontend/\n   sudo cp ~/op_dev/plugins/openproject-my_plugin/app/assets/stylesheets/kpi_dashboard.css ~/op_dev/openproject/public/assets/frontend/\n   ```\n\n6. Restart your OpenProject server\n\n### Troubleshooting\n\nIf you need to verify the plugin is installed, or to make sure you're calling it my the right name: `bundle exec rails runner \"puts Redmine::Plugin.all.map(\u0026:id)\"`.\n\n## Usage\n\n### Gamification\n\n- Access the gamification system from the top menu \"Gamification\"\n- View your personal profile at \"My Profile\" in the account menu\n- Check the leaderboard to see top performers\n- View available achievements and your progress\n- Complete tasks to earn XP and unlock achievements\n\n### KPI Dashboard\n\n- Access the KPI Dashboard from the project menu\n- View performance metrics for your project\n- Filter data by time period or work package type\n- Export reports as needed\n\n## Configuration\n\nYou can configure the plugin in Administration \u003e OpenProject Plugins \u003e My Plugin:\n\n- Enable/disable specific features\n- Adjust XP values for different actions\n- Configure achievement criteria\n- Customize KPI dashboard metrics\n\n## Development\n\n### Running Tests\n\n```bash\nbundle exec rake test:plugins:all RAILS_ENV=test\n```\n\n### Adding New Achievements\n\nTo add new achievements, create a new migration:\n\n```bash\nbundle exec rails generate open_project_plugin_migration my_plugin AddNewAchievements\n```\n\nThen define your achievements in the migration file.\n\n## License\n\nThis plugin is licensed under the GNU GPL v3. See LICENSE for details.\n\n## Support\n\nFor questions or issues, please:\n- Open an issue on GitHub\n- Contact the author at darren277@yahoo.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarren277%2Fopenproject-my_plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarren277%2Fopenproject-my_plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarren277%2Fopenproject-my_plugin/lists"}