initial exploration notes

This commit is contained in:
Fly Dev 2025-06-23 13:48:19 +00:00
parent cb0e0b84e1
commit 51122d5abd

28
notes.md Normal file
View file

@ -0,0 +1,28 @@
# APRS.me Project Exploration Notes
## Overview
- This is a Phoenix LiveView application for APRS (Automatic Packet Reporting System)
- APRS is a digital communications system used by amateur radio operators
- The app appears to track and display APRS packets/messages
## Project Structure
- Standard Phoenix 1.7+ structure with LiveView
- Uses Elixir ~> 1.17
- Has authentication system (user auth files present)
- Contains map functionality (map_live modules)
- Has packet tracking (packets_live, status_live)
- Database with PostGIS for geographic data
- Real-time features with PubSub and presence
## Key Components Found
- Map visualization (Leaflet integration)
- Packet display and filtering
- User authentication
- Real-time updates
- Weather data support
- Geographic/spatial queries
## Next Steps
- Check if deps are installed
- Explore the database setup
- Start the server to see the current state