Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
VashJuan committed Feb 4, 2024
1 parent 1aa0941 commit e1ba4fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ To use and see what this application does, simply browse to <https://Rangertrak.

### Items (still) requiring online access

- BLOCKING: Removed hardcoded Google API key from the secrets.json file. Either create your own from the secrets template,
or await my changes to SettingsService::Constructor() &/or GmapComponent::Loader
- GeoCoding an address
- All maps (for now)
- 3Word functionality (for now)
Expand All @@ -65,7 +67,7 @@ All data is private: only stored locally in your browser's Local Storage.

So you get an idea of how it looks/works here's a typical workflow. (Click images for larger versions.)

#### Mission Settings Screen: Start here!
#### Mission Settings Screen: Start here

At the start of every mission and Op Period, come to this screen and enter mission and operational period parameters and the default location to simplify location entry for each field report. Some mapping parameters can also be adjusted. Field Report statuses can be edited as desired. The background incidentally shows RangerTrak being tested in a real-world exercise.

Expand Down
2 changes: 1 addition & 1 deletion src/app/shared/services/settings.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class SettingsService implements OnInit {
// ------------------------- SECRETS -------------------------------

// We have a secrets file that is .gitignore - so never gets stored up at github
// TODO: Maybe better is to ask user to enter THEIR API Kerys on the settings page?
// TODO: Maybe better is to ask user to enter THEIR API Keys on the settings page?
// https://www.freecodecamp.org/news/how-to-securely-store-api-keys-4ff3ea19ebda/

// https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/encrypt & https://www.crypto101.io/
Expand Down

0 comments on commit e1ba4fa

Please sign in to comment.