Skip to content
davidstelter edited this page Sep 13, 2010 · 8 revisions
  1. Basic Acid/Base-esque interface
    1. Signatures controller
  2. Summary view
    • Listing of all Signatures
  3. Detail view
    • All details of specific Sig
    • sub-view of all events
    • sub-view of all IPs
    • Events controller
  4. Summary view
    • Listing of all events
  5. Detail view
    • All details of specific Event (lots of detail, includes pkt headers)
    • sub-view of all IPhosts
    • IPhosts controller
  6. Create DB view to act as table, maybe 2 (src/dst)
  7. Summary view
    • Listing of all hosts
  8. Detail view
  9. All details specific to IPhost
  10. sub-view of all events & src/dst event split
  11. sub-view of all sigs & src/dst event split
  1. Interface enhancements
    1. Add user-controlled ordering to all listing columns that make sense
    2. Make it not look like ass (ongoing)
  1. Binkleyfication™
    1. 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.
Clone this wiki locally