iotempire / iotempower

IoTempower is a framework and environment for making the Internet of Things (IoT) accessible for everyone
MIT License
24 stars 18 forks source link

add milestones #120

Open mbz4 opened 1 month ago

mbz4 commented 1 month ago

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:

Image

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

mbz4 commented 1 month ago

A few suggested milestones:

  1. Support CO2 sensors

    • [x] SCD
    • [ ] ENS
    • [x] SGP
    • [ ] MH-Z19
    • [ ] Vaisala
  2. protocol bridging

    • [ ] UART
    • [ ] LoRa
    • [ ] BLE
    • [ ] SPI?
    • [ ] BATMAN!
    • [ ] ESP-Now
  3. WiFi Serial Flashing Daemon

    • [ ] web serial (init flash node(s) from browser)
    • [ ] remote serial (init flash node(s) from anywhere)
  4. InfluxDB integration

    • [ ] database for storing data
    • [ ] maybe also grafana/frontend?
    • [ ] SD card support
    • [ ] key value storage
  5. graphical overhaul

    • [x] landing page
    • [ ] new architecture diagram
    • [ ] map out all features (class diagram)
    • [ ] logo, branding
  6. Git repo automation

    • [ ] add testing workflow
    • [ ] add build badge (passing/failing etc)
    • [ ] add sponsor feature