pepkit / pepkit/pephub

More Sample Table Issues

Open
#416 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
22
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Per infrastructure meeting today, 11-Mar, there are several issues with the sample table:

  1. copying rows from a sample table, or the entire table keeps ph_id column in the clipboard. this affects pasting back into handsontable, because pasting a new ph_id column conflicts with saving in the database
  2. when trying to rearrange columns (copying a column and pasting it to a new column, and then removing the old column), saving doesn't actually save the updated order
  3. double check schema validation if no schema is selected

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 reproducing the three sample-table problems: clipboard copies that include ph_id, column reordering that is not persisted, and schema validation with no schema selected. Trace the sample-table and save/validation entry points mentioned by those workflows. Done means ph_id is excluded from copied data, reordered columns persist, and the no-schema case validates correctly.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
database, frontend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.