Skip to content

Commit

Permalink
fix: Formatting and headers in ADR
Browse files Browse the repository at this point in the history
  • Loading branch information
widal001 committed Jan 17, 2025
1 parent a754a91 commit 5957906
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ We'll limit the scope of the v0.1.0 protocol to the models and routes needed to
- Demonstrate immediate value while enabling iterative development.
- Avoid discouraging adoption by imposing unnecessary burdens.

## Options considered
### Options considered

### Data types
#### Data types

1. **Base types:** Includes essential reusable fields such as currency, GeoJSON, and custom fields.
2. **Grant opportunity models:** Models describing the metadata for grant opportunities.
3. **Individuals and organizations:** Basic models for describing grantors and grant seekers.
4. **Application forms and submissions:** Models describing application processes and submission structures.
5. **Grant awards and reporting:** Models for tracking awarded grants and reporting requirements.

### Operations
#### Operations

1. Searching and viewing opportunities\*\*
2. Saving or subscribing to opportunities
Expand All @@ -69,7 +69,7 @@ We'll limit the scope of the v0.1.0 protocol to the models and routes needed to
- **Cons**:
- Severely limited functionality; would not meet user expectations.

### Option 2: And for search
### Option 2: Also support search

Also include models and routes needed to support searching for opportunities.

Expand All @@ -79,7 +79,7 @@ Also include models and routes needed to support searching for opportunities.
- **Cons**:
- Leaves out application and reporting processes for future versions.

### Option 3: And for apply
### Option 3: Also support apply

Also include models and routes needed to support filling out and submitting applications.

Expand All @@ -92,7 +92,7 @@ Also include models and routes needed to support filling out and submitting appl
- Application processes can vary significantly by platform and grant.
- Might be hard to land on a common standard in time for v0.1.0

### Option 4: And for post-award reporting
### Option 4: Also support post-award reporting

Also include models and routes needed to support post-award grant reporting.

Expand Down

0 comments on commit 5957906

Please sign in to comment.