Sean-Blitz / Sean-Blitz/STMUN-Backend-Code

SG Automation - Individualized Sheets

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

Nobody has claimed this yet.

Dominant language
Python
Stars
1
Forks
0
Avg merge
5h 11m
Merged PRs (30d)
4

Description

Individualized Sheets has an issue when the sheet is updated. It currently places importrange statements into cells of individualized sheets, referencing static rows and columns. However, when a new person is inserted, the row for everyone else changes. This messes things up.

So either:

Go through all individualized sheets and shift the importrange values down...

or generate individualized sheets later on (right before Gunn or afterwards), and place new members on the bottom.

You could find another way around that dynamically references things.

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

No files or tests are named. Start by locating the automation code that writes IMPORTRANGE formulas into individualized sheets, then determine how member insertion changes referenced rows and agree on an approach; done means adding a member no longer corrupts existing individualized-sheet references.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.