Skip to content

Commit

Permalink
docs: Roadmap (#110)
Browse files Browse the repository at this point in the history
# Changes

Adds brief roadmap to project readme.

# Associated issue

N/A

# How to test

Review new 'Roadmap' in project readme.

# Checklist

- [x] I have performed a self-review of my own code
- [x] I have made sure that my PR is easy to review (not too big,
includes comments)
- [x] I have made updated relevant documentation files (in project
README, docs/, etc)
- ~~I have added a decision log entry if the change affects the
architecture or changes a significant technology~~
- ~~I have notified a reviewer~~

<!-- Please strike through and check off all items that do not apply
(rather than removing them) -->
  • Loading branch information
jbmoelker authored Jan 13, 2024
1 parent 33c1145 commit 5c9e3d5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@

\* We'll leave the choice for a JS framework and strategy for styling to developers using Head Start for their project.

## Roadmap

Current status: Head Start is suitable for internal use by De Voorhoede.

- [v1](https://github.com/voorhoede/head-start/issues?q=is%3Aissue+is%3Aopen+label%3A%22v1%22+): all common website functionality for use by De Voorhoede.
- [v1 public](https://github.com/voorhoede/head-start/issues?q=is%3Aissue+is%3Aopen+label%3A%22v1+public%22+): extend setup and documentation to be suitable for use outside De Voorhoede.
- [v2](https://github.com/voorhoede/head-start/issues/77): ideas for Head Start as starterkit for websites & web apps (maybe, someday).

Progress can also be tracked on the [Head Start project board](https://github.com/orgs/voorhoede/projects/5).

## Architecture

The site is created as lightweight progressively enhanced website connected to a headless CMS:
Expand Down

0 comments on commit 5c9e3d5

Please sign in to comment.