fix(post): retain topic_id and note review
This commit is contained in:
@@ -32,7 +32,7 @@ class Post_Base(BaseModel):
|
|||||||
# type_id: Optional[int]
|
# type_id: Optional[int]
|
||||||
|
|
||||||
# topic_id_random: Optional[str]
|
# topic_id_random: Optional[str]
|
||||||
# topic_id: Optional[int]
|
topic_id: Optional[int]
|
||||||
|
|
||||||
type: Optional[str]
|
type: Optional[str]
|
||||||
|
|
||||||
|
|||||||
@@ -61,6 +61,7 @@
|
|||||||
- **Webhook approach abandoned** — cron is simpler; Novi webhook payload format is unknown and Novi hasn't been configured to send webhooks.
|
- **Webhook approach abandoned** — cron is simpler; Novi webhook payload format is unknown and Novi hasn't been configured to send webhooks.
|
||||||
- **Remaining:** Set production group→list mappings in `cfg_json`, configure cron schedule, rotate Mailman `restadmin` password.
|
- **Remaining:** Set production group→list mappings in `cfg_json`, configure cron schedule, rotate Mailman `restadmin` password.
|
||||||
- [ ] **Lookup System Batch 2:** Migration of `post_topic`, `user_status`, `file_purpose`.
|
- [ ] **Lookup System Batch 2:** Migration of `post_topic`, `user_status`, `file_purpose`.
|
||||||
|
- [ ] **Post Topic Storage Review:** Revisit whether IDAA BB posts should keep the lookup-based `topic_id`/`topic_name` shape or eventually flatten to saved topic text if the list stays fixed.
|
||||||
- [ ] **Zoom Events Integration:** Implement cron synchronization for OAuth2 ticket retrieval.
|
- [ ] **Zoom Events Integration:** Implement cron synchronization for OAuth2 ticket retrieval.
|
||||||
|
|
||||||
## 📝 Session Notes (March 11, 2026)
|
## 📝 Session Notes (March 11, 2026)
|
||||||
|
|||||||
Reference in New Issue
Block a user