NASA-AMMOS / NASA-AMMOS/AIT-GUI
Refactor AIT GuiPlugin as WebPlugin superclass and GuiPlugin subclass
Nobody has claimed this yet.
- 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:
- a web-service plugin that contains session tracking and the basic web-service infrastructure
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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