Skip to content

Commit 29f9a85

Browse files
committed
add all PRs
1 parent 163e097 commit 29f9a85

File tree

1 file changed

+33
-0
lines changed
  • contributor_docs/pr05_2025_typescript_migration

1 file changed

+33
-0
lines changed

contributor_docs/pr05_2025_typescript_migration/index.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This is the project appendix for the **2025 pr05 Grant: Incremental Typescript M
1515
- [Context](#project-context)
1616
- [Proposed Approach](#proposed-approach)
1717
- [Project Timeline](#project-timeline)
18+
- [All PRs](#all-prs)
1819
- [Summary of Outcome](#outcome)
1920
- [Key Decisions](#key-decisions)
2021
- [Summary of TS Configurations](#configuration-summary)
@@ -149,6 +150,38 @@ Click to view details by month
149150

150151
</details>
151152

153+
## All PRs:
154+
155+
Click to view all PRs for this project:
156+
157+
<details>
158+
<summary>Click to view all PRs for this project:
159+
</summary>
160+
161+
- [pr05 Typescript #1: Set up TS dependencies in the root & client](https://github.com/processing/p5.js-web-editor/pull/3533)
162+
- [pr05 Typescript #2: automatically resolve imports of ts files & migrate instance of client/utils file](https://github.com/processing/p5.js-web-editor/pull/3540)
163+
- [pr05 Typescript #3: Migrate client/utils folder](https://github.com/processing/p5.js-web-editor/pull/3553)
164+
- [pr05 Typescript #4: migrate instance of react file](https://github.com/processing/p5.js-web-editor/pull/3554)
165+
- [pr05 Typescript Migration #5: Migrate client/common folder](https://github.com/processing/p5.js-web-editor/pull/3565)
166+
- [pr05 Typescript Migration #6: Initial docs on typescript migration](https://github.com/processing/p5.js-web-editor/pull/3581)
167+
- [pr05 Typescript Migration #7: migrate client components](https://github.com/processing/p5.js-web-editor/pull/3619)
168+
- [pr05 Typescript #8: migrate client/components/Menubar/MenubarSubmenu](https://github.com/processing/p5.js-web-editor/pull/3623)
169+
- [pr05 Typescript Migration #10: Setup Server TS Dependencies & migrate instance of server file](https://github.com/processing/p5.js-web-editor/pull/3636)
170+
- [pr05 Typescript Migration #11: Migrate server/routes folder](https://github.com/processing/p5.js-web-editor/pull/3643)
171+
- [pr05 Typescript Migration 12: Migrate server files related to emailing/nodemailer](https://github.com/processing/p5.js-web-editor/pull/3658)
172+
- [pr05 Typescript Migration #13: Migrate the User Model (& API Key schema)](https://github.com/processing/p5.js-web-editor/pull/3672)
173+
- [pr05 Typescript Migration #14: Migrate User Controller](https://github.com/processing/p5.js-web-editor/pull/3681)
174+
- [pr05 Typescript Migration #15: Redux base files & migrate user preferences redux system](https://github.com/processing/p5.js-web-editor/pull/3683)
175+
- [pr05 Typescript Migration #16: Fix build error webpack example config](https://github.com/processing/p5.js-web-editor/pull/3696)
176+
- [pr05 Typescript Migration #17: Add typecheck to ci](https://github.com/processing/p5.js-web-editor/pull/3699)
177+
- [Pr05 Typescript Migration #18: Migrate client/modules/About & client/modules/Legal](https://github.com/processing/p5.js-web-editor/pull/3702)
178+
- [Pr05 Typescript Migration #19: client/common/icons](https://github.com/processing/p5.js-web-editor/pull/3703)
179+
- [Pr05 Typescript Migration #20: Refine server/types & client/reducer types](https://github.com/processing/p5.js-web-editor/pull/3704)
180+
- [Pr05 Typescript Migration #21: client/modules/User](https://github.com/processing/p5.js-web-editor/pull/3705)
181+
- [pr05 Typescript Migration - Followon Project: Swagger / OpenApi documentation & UI for server routes](https://github.com/processing/p5.js-web-editor/pull/3706)
182+
183+
</details>
184+
152185
## Outcome:
153186

154187
Click to view details & relevant files per outcome-item

0 commit comments

Comments
 (0)