Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
adgaultier committed Sep 29, 2024
1 parent 96cb98c commit 3d80049
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Description

## phases :
- Startup
- Sniffing


## popups
- help
- update_filters
- packet_info
- firewall rule editing

## section
- packets
- stats
- alert
- firewall


# Rendering
## startup (phase)
- help (popup)
- Interface
- TransportFilter
- NetworkFilter
- LinkFilter
- TrafficDirection
- Start


## sniffing (phase)
- help (popup)
- update_filters (popup)
- sections

### packet (section)
- fuzzy
- packet_info (popup)

### stats (section)
- None

### alert (section)
- dynamic header

### firewall (section)
- editing (popup)

---

struct Phase:
- handle_keys_events
- render
- popups:

struct section:
- handle_keys_events
- render
- popups


0 comments on commit 3d80049

Please sign in to comment.