Coder Social home page Coder Social logo

polkadot-fellows / dashboard Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 4.0 36.59 MB

A landing page with all info around Polkadot Technical Fellowship

Home Page: https://polkadot-fellows.github.io/dashboard/

License: GNU General Public License v3.0

JavaScript 8.04% HTML 2.50% TypeScript 44.74% CSS 8.23% SCSS 2.93% MDX 33.57%

dashboard's People

Contributors

dependabot[bot] avatar doordashcon avatar drw3rk avatar mordamax avatar wirednkod avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

dashboard's Issues

Rewrite summary

Rewrite the summary of the page - explaining what Fellowship is following the text below:
"The Fellowship collective is an on-chain body designed to ensure the Polkadot network is able to incentivise, recognise ans retain expertise and knowledge over its protocol to guarantee continued maintenance and innovation.

As an on-chain self-sovereign social body aspiring to be both technocratic and meritocratic, it is crucial that Fellowship members are active in both reviewing the level of expertise of their peers and, importantly, reporting these evaluations. Without a system which enables a fluid and barrierless review-and-report cycle, valuable peers worthy of merit may languish at low-grades or be demoted. A difficult or tedious process may mean a lower candidate intake leading to attrition. Finally, and most importantly, if the UX is not sufficiently painless then oversight of the processes, and particularly promotion, becomes compromised which itself could lead to systemic security problems with the overall Polkadot governance system.

The document presents an overview on how best to enable Fellowship members and aspirational candidates to utilise and service this on-chain collective."

Rank maintenance

The inspection, discussion and judgement of rank-retention ("proving") and promotion requests.

This should be presented in a manner not entirely dissimilar to that of General voting. However with Rank voting, the human-readable body of text which describes why the proposal should be approved is submitted and held as part of the pallet_core_fellowship, and it is this which should be displayed prominently.
Comment
Suggest edit

Posting should be restricted to members of the Fellowship and the data should be stored on an easily accessible platform to avoid segregation of the discussion. Though not yet implemented, CoreFellowship pallet could reasonably provide a means of allowing members to place remarks in the block body (as per the remark transaction) for free subject to rate-limitation.

Vote eligibility should be prominently displayed according to the active user account's rank. The Fellowship whitepaper contains clear guidelines for a member's voting behaviour at each rank. The chain should be scraped for historical Fellowship votes, and voting behaviour of the member in question should be evaluated according to these guidelines and displayed.

Once evidence is submitted by a member/candidate, this view on it should exist. From there, there should a trivial means allowing the member (or some sponsoring member, if the individual is presently a candidate) to create a proposal to pass the request, assuming they see fit.

Voting to pass (or not pass) should be trivial.

Adding a second, duplicate proposal to pass the request should not be a action facilitated in the UI. However there can be no guarantee that only a single such proposal exists. Therefore all active proposals must be scanned by the UI and all proposals containing a call to pass the member must be displayed.

The page should track the overall timeline of the proposal, including when the request/evidence was first submitted, when proposal to retain/promote the member/candidate was created, when said proposal began being decided, when it began/ended being confirmed and when the result became finalised.

Add more info pages for the subjects attached below

Add more information for:

  • How to become a candidate
  • How to not get demoted. i.e. the responsibilities. (for rank 1, 2, 3, and so on)
  • How to get promoted (to rank 1, 2, 3, and so on)
  • How to setup identity and link to github handle
  • How to use review bot and merge bot
  • How to use rfc bot
  • How to find a mentor
  • The online and offline events (e.g. the OpenDev Monthly Call)
  • Meeting notes

Section for new joiners

There is the section "Becoming a Member" here https://polkadot-fellows.github.io/dashboard/#/membership, thanks for that. I think it should be extended with a "Preparations for joining" step:

  • Studying the manifesto and subscribing to its vision + ideals.
  • Set an on-chain identity on the Polkadot Relay chain (This needs to include your GitHub handle, see here).
  • Put your account address into your GitHub Bio (example)
  • Prepare a markdown document to outline your contributions and why you would make a valuable addition to the fellowship (example)
  • Post this on the Polkassembly Induction request site from your correct Account
  • Ping someone from the fellowship
  • ???
  • Profit

Ideally, some of these can already be checked by Polkassembly in the UI, but for now i think its faster if we write them down ourselves.

Enrich Overview

In order to enrich Overview page we should add a Structure section, a Funding and History (mentioning GovV1) and probably also Goals.

Overall activity

A consolidated status feed on activity regarding the Fellowship including membership changes, rank alterations, salary payments and proposals.

A publically visible page displaying a classic "feed" of the activity happening across the Fellowship. Several events should be visible:

  • New candidate inducted
  • Candidate promoted to Member
  • Member promoted
  • Member proven
  • Member demoted
  • Candidate removed
  • Evidence/request submitted
  • Rank-request proposal created
  • Rank-request proposal confirming
  • General proposal (i.e. not concerning a member's rank) created
  • General proposal confirming
  • Member active
  • Member inactive
  • Fellowship parameters changed

Add enrollment status to the members overview

We could either add it here in a new column, or a new page that shows the current status of a member.
AFAIK a member can be:

  • unimported
  • imported
  • inducted into the core pallet
  • inducted into the salary pallet
  • registered for the next salary payout

I think they can be treated as a linear progression from the first to the last state. It would be nice to show this state, so we can know which member has to still do some calls (if they want). cc @wirednkod

Create the Basic UX Structure

There should be four main elements to Fellowship UX:

  • #322 : A consolidated status feed on activity regarding the Fellowship including membership changes, rank alterations, salary payments and proposals.
  • #323 : Facilitating eligible members to submit, inspect and vote on arbitrary Fellowship proposals generally as part of the wider Polkadot governance apparatus and often centering around whitelist_call. This is implemented to various degrees of usability in Subsquare, Polkassembly and Polkadot.js among others.
  • #324 : Administration concerning one's member account, including rank and salary information and management functions.
  • #325 : The inspection, discussion and judgement of rank-retention ("proving") and promotion requests.

Add Overlay/Popup with Member's Info

A new popup/Overlay could be added - which upon clicking on the member's name/address, more info will appear.
These info could be all details that are retrieved already from the deriveAccountInfo

General voting

Facilitating eligible members to submit, inspect and vote on arbitrary Fellowship proposals generally as part of the wider Polkadot governance apparatus and often centering around whitelist_call. This is implemented to various degrees of usability in Subsquare, Polkassembly and Polkadot.js among others.

Pre-existing user interfaces already include this functionality, so there is little to add here.

Rank-request voting, which is covered by other UX elements, should probably not be duplicated under the General voting portion of the UI, in order to minimise the possibility of confusion with two separate proposals.

Membership

Administration concerning one's member account, including rank and salary information and management functions.

The concept of this UX element is essentially that of a user-account page. This should display all information relevant to a single candidate/member (which we would generally assume is the primary user account the UI is configured with).
Comment
Suggest edit

The information displayed should include:

  • The current rank of the individual.
  • Whether the individual is active (i.e. declared to draw a full salary).
  • The deadline before which the individual must be promoted or retained/proven to avoid being demoted.
  • The time at which the individual becomes eligible to request a promotion.
  • The history of salary payments.

Several transactive actions should also be possible:

  • The ability to set their status to active or inactive.
  • The ability to reserve and request a salary payment if eligible.
  • The ability to submit a request and evidence for rank-retention (proving) or, if eligible, promotion and (if a member) to open a vote on it.

As the deadline for demotion nears, the UI should warn the user clearly and encourage them to submit evidence and a request for retention.

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.