Commit be240db
committed
Un-hardcode officer names
- Use site preferences for officer names
- There is no way update the names directly besides using the following line while debugging the app:
```
quip.apps.getSitePreferences().save({officers: {
president: 'President',
vpm: 'Vice President of Membership',
vpe: 'Vice President of Education',
vppr: 'Vice President of Public Relations',
secretary: 'Secretary',
soa: 'Sergeant of Arms',
treasurer: 'Treasurer',
}})
```
Fixes #12.1 parent 0b9d0cd commit be240db
2 files changed
Lines changed: 3 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
| 91 | + | |
102 | 92 | | |
103 | 93 | | |
104 | 94 | | |
| |||
0 commit comments