Automattic / Automattic/google-docs-add-on

Increase number of sites allowed

Open
#79 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
169
Forks
23
PR merge metrics
No merged PRs in 30d

Description

Right now we are storing all site data as a JSON [user property](https://developers.google.com/apps-script/guides/properties) `SITES`. As we have started persisting more data about sites (specifically post types) we are starting to run into the limits for individual keys.

To allow for more sites, the persistence layer needs to be refactored to separate each site into its own property.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the persistence layer and the user property named SITES, then review how site data and post types are stored. Refactor the storage design so each site uses its own property while preserving existing site data, and verify that more sites can be persisted without exceeding individual-key limits.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
backend
Issue type
Refactor
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.