List of updates for Solid REPL deployment

Open
#1 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
Tech stack
javascript
Domain
api, backend

Research direction

Review the Solid Service API repository and map the unchecked checklist items to the REPL and file endpoints, especially /repl/[:id]/files/[:filename]. Start with the requested tag search, file JSON shape, revision tracking, file operations, and validation limits. Done means the remaining checklist items are implemented, including the 10-file, 500kb, and 1000-REPL constraints.

Written by the indexing model from the issue text.

Description

  • Change labels to tags
  • Make tags searchable
  • Adjust shape of file JSON to {name: string, type: string, source: string}
  • Add a patch endpoint so just file data may be sent
  • Add Solid revisions to track history
  • Add PATCH for upserting REPL
  • Add PATCH for upserting files /repl/[:id]/files/[:filename]
  • Add DELETE for certain files
  • Add validation for file sizes (listed below)

REPL validation additions:

  • Maximum 10 files per REPL
  • Maximum file size of 500kb
  • Maximum lifetime of 1000 REPLs per user (could have roles added so that admin users have no limitations)
Dominant language
JavaScript
Stars
15
Forks
3
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

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 solidjs/solid-service-api

All issues in solidjs/solid-service-api

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.