-
Notifications
You must be signed in to change notification settings - Fork 67
Roadmap
Oscar Arevalo edited this page May 28, 2013
·
5 revisions
This page is used to keep track of features done and planned for each BugLog version.
- TBD: Implement a full REST API (based on mobile/proxy.cfm)
- TBD: Refactor Rules system to separate "Triggers" from "Actions". A rule would then be the combination of Trigger+Action
- TBD: Replace native cfchart with Javascript/CSS-based solution
- TBD: Option to store configuration in DB instead of filesystem
- TBD: Custom dashboards
- TBD: Tagging of bug reports
- TBD: More flexibility for selecting date range for search (begin/end dates, rather than just 'last X days/hours')
- TBD: Archiving of bug reports (status field?)
- TBD: Tracking of template names and line numbers causing the error (option to link to SCM?)
- TBD: Decouple Queue implementation from asynch listener. This would allow to have multiple queue types (in-memory, shared db, redis, sqs, mq, etc)
- TBD: Be cluster friendly
- CRUD screens to manage Severities, Hosts, and Applications
- User isolation by application
- Remote listeners
- Checkpoint tracking
- JSON listener
- ANT build script
- CFM client customizations
- Dashboard
- Keep a persistent record of when rules fire
- Update css/js framework to use Twitter Bootstrap
- Added support for "Named Instances"
- Allow BugLog to be deployed at web-root level (no /bugLog folder!)
- Other fixes/updates: Upgraded internal "Core" framework, Adobe ColdFusion10 compatibility, updates to mobile app
- This is the initial version tracked in github