Skip to content

Commit

Permalink
update development notes
Browse files Browse the repository at this point in the history
  • Loading branch information
carueda committed Feb 6, 2024
1 parent 4225c76 commit 94f4bf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ j run --help
```
```
cargo run -- --help
Finished dev [unoptimized + debuginfo] target(s) in 0.35s
Finished dev [unoptimized + debuginfo] target(s) in 0.14s
Running `target/debug/odss2dash --help`
odss2dash:
The central function of this program is a service that relays
Expand All @@ -29,6 +29,7 @@ Commands:
add-dispatched Add platforms to be dispatched
dispatch Launch dispatch according to configuration
serve Launch service
health Get health similar to the endpoint
help Print this message or the help of the given subcommand(s)
Options:
Expand Down Expand Up @@ -78,14 +79,11 @@ As with other TethysDash components, this now also includes continuous deploymen
just pushing a new tag to the repo will trigger an automatic image build and subsequent
update of the running container.

(In case of need to revert, [v1](https://github.com/mbari-org/odss2dash1) is still available.)

Overall plan:

- [x] Initial version with configuration handling
- [x] Direct requests to the Tracking DB
- [x] Dispatch of position polling and notification to configured TethysDash instances
- [x] Service with REST API and OpenAPI documentation
- [x] Dockerization
- [x] Testing
- [ ] Conclusion

(The v1 code is [here](https://github.com/mbari-org/odss2dash1).)

0 comments on commit 94f4bf3

Please sign in to comment.