Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Routing

Open
#7 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Domain
frontend, web-dev

Research direction

No files, tests, or routing entry point are named. Start by locating the application's routing entry point and compare it with the example paths in the issue; done means direct account-and-widget display works, unauthenticated viewing is allowed, and actions require the viewed account's login.

Written by the indexing model from the issue text.

Description

discussion

Routes will have the following format:

mix.eth/:widget/:account (e.g. mix.eth/portfolio/0x123456..)

This means we can link directly to an address + widget to display. We could potentially expand this to pre-highlight a certain asset.

mix.eth/mix-assets/0x123456../dai/tornado-cash/

The account is the ethereum address we're currently viewing information for. Note that a user does not have to be connected to check an account. Of course, they can't take actions if they're not logged in to the account that is being viewed.

Dominant language
HTML
Stars
3
Forks
1
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from dOrgTech/Mix

All issues in dOrgTech/Mix

Similar issues

More Web Dev issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.