Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete OreSatId, NodeId #43

Merged
merged 2 commits into from
Nov 9, 2024
Merged

Delete OreSatId, NodeId #43

merged 2 commits into from
Nov 9, 2024

Commits on Nov 5, 2024

  1. Delete OreSatId, NodeId

    OreSatId has been replaced by Consts and NodeId by Card/card.csv. At
    this point I believe all other projects using these classes have been
    updated.
    ThirteenFish committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e404f74 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Rename Consts -> Mission, Mission -> MissionConsts

    Consts by itself was found to be a bit too generic. While I had
    initially proposed Consts->MissionConsts I think it works out a bit
    better to do it the way in the title. Mission.default() or
    Mission.ORESAT0 reads a bit better and the dataclass is where the actual
    consts are.
    
    This will break all the other projects using oresat-configs but I don't
    really want to go through a backwards compatible release process to
    smoothly fix up everything. I'll try to patch what we have and hopefully
    anything I miss will yell loudly.
    ThirteenFish committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    725d192 View commit details
    Browse the repository at this point in the history