The client application for PlanDev.
This product was formerly known as Aerie and is now named PlanDev. While we've updated most documentation and external references, some legacy mentions of the old product name may remain as we complete the transition.
What to know:
- The planning product, including modeling, simulation, scheduling and constraint-checking, is now named PlanDev
- The sequencing product, including the sequence editor, workspaces, and actions, is now named SeqDev
- All features and functionality remain the same
- Currently, repository names, package names and other internal code references will retain their existing names, and deployment/migration procedures have not changed
- In a future release, our repository and/or package names may change. If so, this will be communicated to users via release notes and normal communication channels
For the latest documentation, visit: PlanDev Documentation
- Join us on the NASA-AMMOS Slack (#plandev-users)
- Contact plandev-support@googlegroups.com
.
├── .github # GitHub metadata
├── .vscode # VS Code settings
├── docs # Documentation
├── e2e-tests # End-to-end tests
├── scripts # Helper build scripts
└── src # The source code
├── assets # Additional assets
├── components # Svelte components
├── css # Style sheets
├── routes # Svelte Kit route components
├── stores # Svelte stores
├── types # Global TypeScript types
└── utilities # Functions and constant values
└── static # Statically served filesWant to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing. If you are a developer you can get started quickly by reading the developer documentation.
The scripts and documentation in this project are released under the MIT License.
