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

Show currently opened Radicle Project's information in the UI #55

Open
maninak opened this issue Jul 4, 2023 · 0 comments
Open

Show currently opened Radicle Project's information in the UI #55

maninak opened this issue Jul 4, 2023 · 0 comments
Labels
enhancement New feature extending the app's current capabilities

Comments

@maninak
Copy link
Collaborator

maninak commented Jul 4, 2023

We're missing some kind of "status" on the UI. The closest thing we have now is the Welcome Views.

We should add an additional view Project in the Radicle View Container showing listing the information of the project currently open in the workspace. We should be showing ideally all info available from httpd's /projects/<RID> e.g.:

{
    "name": "rips",
    "description": "Radicle Improvement Proposals (RIPs)",
    "defaultBranch": "master",
    "delegates": [
        "did:key:z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT"
    ],
    "head": "361c877be877de973541698b355a420da2acef24",
    "patches": {
        "open": 0,
        "draft": 0,
        "archived": 0,
        "merged": 0
    },
    "issues": {
        "open": 0,
        "closed": 0
    },
    "id": "rad:z3trNYnLWS11cJWC6BbxDs5niGo82",
    "trackings": 10
}

If no Radicle Project is opened in the workspace, an explanatory Welcome View should replace the status View, or have it not shown at all.

@maninak maninak added the enhancement New feature extending the app's current capabilities label Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature extending the app's current capabilities
Projects
Status: 🆕 Backlog
Development

No branches or pull requests

2 participants