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

Implement Conops MVP #176

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Implement Conops MVP #176

wants to merge 1 commit into from

Conversation

AlyNat75
Copy link
Contributor

@AlyNat75 AlyNat75 commented Dec 8, 2024

Honestly probably will need a few edits/ additions before officially MVP. To be discussed during code review

Copy link
Contributor Author

AlyNat75 commented Dec 8, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

@AlyNat75 AlyNat75 marked this pull request as ready for review December 8, 2024 06:49
Copy link

graphite-app bot commented Dec 8, 2024

Graphite Automations

"Request reviewers once CI passes" took an action on this PR • (12/08/24)

1 reviewer was added to this PR based on Zach Garcia's automation.

Copy link
Contributor

@ZachGarcia42 ZachGarcia42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So fairly major bug here: The Websocket connection for receiving and requesting telemetry is only open on the telemetry page, and closes when going to the Controls or Conops pages. You'll need to probably just open a new websocket on the Conops pages to receive and display telemetry

title="Igniter"
buttons={[
{
label: "Arm",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change to Ignite and Ignited I think

variant="default"
className="fixed bottom-6 right-6 px-6 py-6 text-lg rounded-lg shadow-lg"
>
{"Next Page"}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add previous page buttons

@@ -0,0 +1,66 @@
import { auth } from "@/app/auth";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add next page that forwards to telemetry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants