Siderite / Siderite/lichessTools

User request: ability to remember the boards saved in the past and see them in the list of boards

Open
#1,806 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
JavaScript
Stars
92
Forks
20
Avg merge
19h 59m
Merged PRs (30d)
1

Description

Functionality:

  • add two buttons next to the board URL field:
    • upload
    • store

When uploading, transform the image in a blob URL and change the board
When storing, store the URL locally and display locally stored URLs in the board list (or maybe the Custom board)

  • needs testing to see if boards can be stored locally as a blob and then used in the site, to allow "upload"
  • needs some mechanism to extract two squares only from the board image so it works with the Lichess list system
  • after this, add the LiChess Tools custom boards in the same mechanism and retire the combo box
    • although it would still need some search box

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.

Research direction

Start by locating the board URL field, board list, and Custom board UI in the extension. Investigate whether locally stored blob URLs can be reused and how two squares can be extracted from a board image; done means upload and store work, saved URLs appear in the board list, and the existing combo box can be retired with search retained.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.