24 lines
924 B
Markdown
24 lines
924 B
Markdown
# TODO — bring Spaces from beta.9 to
|
|
|
|
Consult the packaging guide as you go
|
|
(`start-technologies/projects/start-sdk/docs/src/recipes.md` is the intent index). Remove items as you finish
|
|
them, and add items when you defer work.
|
|
|
|
## The service
|
|
|
|
- [ ] Update @start9labs/start-sdk to the latest version.
|
|
|
|
## Docs
|
|
|
|
- [ ] Write `README.md` (per `start-technologies/projects/start-sdk/docs/src/writing-readmes.md`).
|
|
- [ ] Write `instructions.md` (per `start-technologies/projects/start-sdk/docs/src/writing-instructions.md`).
|
|
- [ ] Fill in `UPDATING.md` (upstream-version tracking).
|
|
|
|
## Build, test, ship
|
|
|
|
- [ ] First test build: `make` (or `start-cli s9pk pack`); fix any `tsc` / pack errors.
|
|
- [ ] Install on a StartOS box and verify the service runs (and is reachable, once it
|
|
exposes an interface).
|
|
- [ ] Backup / restore sanity check.
|
|
- [ ] Review the README and instructions one more time against actual behavior.
|