Giter VIP home page Giter VIP logo

gin-ui's Introduction

Docker Automated build Build Status Build status Dependencies status DevDependencies status

About gin-ui

gin-ui was the web interface of the GIN (G-Node INfrastructure) services prototype and is no longer actively developed.

The current GIN project is developed at the gin-gogs github page, the service can be found at gin.g-node.org.

A detailed description of the GIN project can be found at the G-Node projects site.

References

  • gin-cli: The GIN command line client (actively developed).
  • gin-auth: The GIN authentication server (prototype, no longer actively developed).
  • gin-repo: The GIN repository server (prototype, no longer actively developed).

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.

gin-ui's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

gin-ui's Issues

RepoSettings: Display name and e-mail of repository collaborators

Currently the list of collaborators at RepoSettings displays only the collaborators usernames,
since this list is delivered from gin-repo.

Full name and e-mail of the collaborators of a repository need to be fetched from gin-auth. Currently this would require an individual GET request for every collaborator. Ideally use a more performant solution.

Information and help text

Help and information text would be useful. The SSH key management page in particular, since it may not be immediately apparent what the keys are used for and if they're necessary. For example, users who don't care to set up SSH keys and use the CLI shouldn't worry about it.

Single sign on

Try to login using the session cookie issued during the authorization process of gin-auth

Enable e-mail update

After gin-auth pull request #69 e-mail is no longer updated via account update. Add update e-mail option within Personal settings. Address issue #24 in the process.

Display full download command when browsing repos

When viewing a repository on the web, it would be helpful to have a small tip showing how the data can be downloaded using the client.

For example


To download the data in this repository, use gin download <user>/<reponame>


The actual command may change depending on the final syntax of the download command.

RepoSettings: Improve collaborator search

Currently every keystroke within the Add collaborator input field triggers a request to gin-auth to return a filtered list of accounts. This is an overhead that should be reduced.

random things that crossed my mind

The firefox title is not set, i.e. when the GIN tab is open, firefox show "mozilla firefox" in the task bar and the frame title, something like G-Node GIN or similar would be nicer,

Firefox offered to remember the password upon account creation but is does not show the login as account name but the country, i.e. the last text field before the password. Is this under your control? Can this be changed to show the account name?

In the activation screen, the G-Node logo is a link but does not lead anywhere.

Same page, a link back to the sign-in page would be great

some help/information in the ssh key registration page would be good for the more naive user, why would I need it, why should I use it and how can I get an ssh key

Refactor RepoList content

  • Add owner full name to each repository listing
  • Remove line referring to current branch
  • Remove "description:"
  • Change "Public: bool" to "Public repository" or "Private repository"

Better repo create unique name message

When trying to create a new repository with the name of an existing repository, the current message towards the user is Conflict.

Come up with a more informative error message...

Add page footer

Add minimal footer including

  • g-node logo + link to g-node
  • copyright
  • about
  • contact

Cleanup: alertEvent, errorEvent

Currently errorEvent in src/js/App.vue is not functional.

Merge with alertEvent and refactor it's usage throughout the project.

Update repository collaborators

Integrate adding and removing the collaborators of a repository at the repository settings.

  • Display existing collaborators.
  • Add a new collaborator as its own action (not connected to updating a repositories' description or privacy setting).
  • Remove an existing collaborator as its own action.

Depends on issue G-Node/gin-repo#42.

Cleanup mock data

Repository browsing and permissions were previously based on pure mocked data. This data and leftover attached functions need to be identified and removed.

Repo to DOI

Initiate export of a repository at its current state to a DOI service.

Details TBD.

Deploy script

Add shell script for easy server side deployment of new versions.

Changes handling collaborators

Depends on issue G-Node/gin-repo#69.

Change RepoSettings.vue to support the following changes:

  • Deal with the new collaborator JSON containing the repository permission levels when displaying existing collaborators.
  • Change the default repository permission level from can-push to can-pull when adding a new collaborator to a repository.
  • Display the repository permission level that a collaborator currently has (should currently be either can-pull or can-push).
  • Add the option to either add or remove can-push to or from a collaborator.

Paginate repository lists

Paginate

  • Repository search results
  • User search results
  • Own repository list
  • Shared repository list

Sign up form: Country misidentified as username

The Country field in the sign up form is misidentified as the username by browsers (notably Firefox, #58) when saving credentials. Additionally, when navigating to the sign-up form with credentials are already stored in the browser, the browser offers to autofill the Country field with the stored username (tested in Chrome).

This needs more testing (and maybe some reading of autofill specs?) but it's possibly due to browsers using the last text field before the password as the username.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.