Decision OS does not scrape, crawl, or fetch data from external websites or APIs. All data in the application is either:
- User-provided: Entered manually by the user
- Demo data: Preloaded example data with clearly labeled subjective scores
- Source: Entirely fictional/subjective scores created by the project authors
- Purpose: Demonstrate the app's functionality
- Scores: All scores (0–10) are subjective assessments, not derived from external data
- No real-world accuracy claim: The demo scores do not represent actual data about Austin, Denver, or Raleigh
If external datasets are added in future versions:
- Open data only: Must use publicly available, permissively licensed datasets
- License documented: Dataset license must be recorded in this file
- Source linked: Direct URL to the original data source
- Provenance label: In-app UI must show "Source: [name]" next to any external data
- User-optional: External data must be optional — the app must function without it
- No scraping: Web scraping is prohibited. Use official APIs or downloadable datasets only
- No ToS violations: Do not use data from services that prohibit programmatic access
| Dependency | Purpose | License | URL |
|---|---|---|---|
| None | — | — | — |
The MVP has zero external data dependencies. All scoring is done on user-provided inputs.