NASA-AMMOS / NASA-AMMOS/AIT-GUI

Refactor AIT GuiPlugin as WebPlugin superclass and GuiPlugin subclass

Open
#117 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

refactor
Dominant language
JavaScript
Stars
31
Forks
15
Avg merge
1m
Merged PRs (30d)
1

Description

Currently, the AIT GUI Plugin is a large class that contains all of the session tracking, web-service setup, etc. as well as all of the web routing to support the web UI, rest interface, and experimental OpenMCT interface.
This should be refactored such that we have:

  1. a web-service plugin that contains session tracking and the basic web-service infrastructure
  2. a AITGui plugin which extends '1', adding the UI and REST interfaces. The OpenMCT services will eventually be migrated to their own pluging, that also extends '1'.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the current AIT GUI Plugin implementation and tracing its session tracking, web-service setup, UI routing, REST interface, and experimental OpenMCT routing. Done means the shared web-service infrastructure is separated into a superclass, AITGui extends it for UI and REST support, and the existing behavior remains covered or verifiable.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
api, backend, web-dev
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.