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

Add Guides and License section #1291

Merged
merged 4 commits into from
Nov 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# PASS UI
# PASS UI ![Pass UI](https://github.com/eclipse-pass/pass-ui/actions/workflows/ci.yml/badge.svg)

PASS UI is the user interface component of the PASS application, developed using the Ember.js framework. It connects
with PASS Core via an Elide-based API to display and manage data related to submissions, repositories, policies, and
users. PASS UI streamlines the submission process, guiding users through creating, updating, and completing their
submissions while ensuring compliance with funder and institutional policies. Its design emphasizes ease of use,
enabling researchers to navigate the scholarly deposit process with minimal friction.

You can find further documentation and details about [PASS UI](https://docs.eclipse-pass.org/developer-documentation/pass-ui)
on the [full documentation site](https://docs.eclipse-pass.org). A full list of all the Eclipse PASS projects can also
be found in the PASS Main repository [README](https://github.com/eclipse-pass/main/blob/main/README.md).
A full list of all the Eclipse PASS projects can be found in the PASS Main repository [README](https://github.com/eclipse-pass/main).

# Guides

* [PASS UI Documentation](https://docs.eclipse-pass.org/developer-documentation/pass-ui)
* [PASS Documentation](https://docs.eclipse-pass.org/)

# License

PASS UI is Open Source software released under the [Apache 2.0 license](LICENSE).
Loading