Skip to content

Commit

Permalink
removed dev notes from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bbailey1024 committed May 20, 2024
1 parent 7ee8598 commit 4ed9ce4
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,4 @@ Sea Spy is designed to track hundreds of thousands of vessels via Google Maps wi
* API returns ships based on supplied bounding box (from getTile)
* Puts more work on server, and requires new data structure(s) for ship storage
* May allow per tile redraws to animate ships (clearRect and redraw after api pull)
* Implement additional AIS message types and associated features (Currently only position report and ship static data messages are utilized)

### 1.1 Changes
~~Switch to signal.NotifyContext and pass context to ListenAndServe~~
~~Add toggle for ship history~~
~~Add configurable element for dock worker count~~
~~Add MMSI value to State~~
~~Adjust JS code related to mmsi not existing in ship object~~
Implemented tile redraws
Add server data structure to store sorted geospatial data of vessels (i.e., geohash+geocache)
Add API that takes a bounding box and returns number of ships in that area
Add per tile vessel update, followed by per tile redraws, finishing with all clipping redraws
* Implement additional AIS message types and associated features (Currently only position report and ship static data messages are utilized)

0 comments on commit 4ed9ce4

Please sign in to comment.