Skip to content
davidstelter edited this page Sep 13, 2010 · 8 revisions

Basic Acid/Base-esque interface

  • 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
  • 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)
  • 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

Interface enhancements

  • Add user-controlled ordering to all listing columns that make sense
  • Make it not look like ass (ongoing)

Binkleyification™

  • 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