iotempower icon indicating copy to clipboard operation
iotempower copied to clipboard

add milestones

Open mbz4 opened this issue 1 year ago • 1 comments

You can use milestones to track progress on groups of issues or pull requests in a repository.

https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/about-milestones?apiVersion=2022-11-28

How to create a milestone?

https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests

Next to the search field, click Milestones.

Image

Then, choose one of these options:

  • To create a new milestone, click New Milestone.

  • To edit a milestone, next to the milestone you want to edit, click Edit.

Image

Then, type the milestone's title, description, or other changes, and click Create milestone or Save changes. Milestones will render Markdown syntax.

mbz4 avatar May 22 '24 11:05 mbz4

A few suggested milestones:

  1. Support CO2 sensors
  • [x] SCD
  • [ ] ENS
  • [x] SGP
  • [ ] MH-Z19
  • [ ] Vaisala
  1. protocol bridging
  • [ ] UART
  • [ ] LoRa
  • [ ] BLE
  • [ ] SPI?
  • [ ] BATMAN!
  • [ ] ESP-Now
  1. WiFi Serial Flashing Daemon
  • [ ] web serial (init flash node(s) from browser)
  • [ ] remote serial (init flash node(s) from anywhere)
  1. InfluxDB integration
  • [ ] database for storing data
  • [ ] maybe also grafana/frontend?
  • [ ] SD card support
  • [ ] key value storage
  1. graphical overhaul
  • [x] landing page
  • [ ] new architecture diagram
  • [ ] map out all features (class diagram)
  • [ ] logo, branding
  1. Git repo automation
  • [ ] add testing workflow
  • [ ] add build badge (passing/failing etc)
  • [ ] add sponsor feature

mbz4 avatar May 22 '24 11:05 mbz4