-
Notifications
You must be signed in to change notification settings - Fork 1
Work Breakdown
davidstelter edited this page Sep 13, 2010
·
8 revisions
- Signatures controller
- Summary view
- Listing of all Signatures
- Detail view
- All details of specific Sig
- sub-view of all events
- sub-view of all IPs
- Summary view
- Events controller
- Summary view
- Listing of all events
- Filters (probably a large task)
- Detail view
- All details of specific Event (lots of detail, includes pkt headers)
- Summary view
- IPhosts controller
- Create DB view to act as table, maybe 2 (src/dst)
- Summary view
- Listing of all hosts
- Detail view
- All details specific to IPhost
- sub-view of all events & src/dst event split
- sub-view of all sigs & src/dst event split
- Add user-controlled ordering to all listing columns that make sense
- Make it not look like ass (ongoing)
- break up enhancements by those that rely only on data in DB, and those that require fetching live info off web. Prioritize those that use existing data, as they should be much faster.