Org Web Adapter

journals/2026_04_08.org

ID
e0c34931-3f25-4194-ab78-94c65fe49c8b

2026-04-08

Meetings

DONE Weekly Team meeting

sprint107workmeetingallhandshungryroot
ID
55ab5dd7-419d-518f-6401-557a047c1020

Tasks

DONE [BE-7471] Create serializers, viewsets, URL routing

projectworkhungryrootbe7471ep627sprint107
ID
fc76e5af-ce48-2019-29d6-96a6740f689e

BE-7471 Create serializers, viewsets and hook up URL routing for Cookbooks

- Note taken on

Finally got the PR merged. Whew!

- Note taken on

The issue was just some linting. Had some concerns from yesterday about how

the endpoint would handle collection creation via PUT on the cookbooks

endpoint. But after playing with it, I think it will suffice, especially as an

MVP.

DONE Review pull request

workhungryrootsprintchoreprreviewsprint107
ID
bb394354-bd8b-ca84-e2ad-f023b327c023

DONE [BE-7535] Fix admin pages for Cookbooks

projectworkhungryrootbe7535ep627sprint107
ID
6ca0e555-3522-d6ec-bc7c-21e9ad4cc131

BE-7535 - Ensure Cookbook app Django admin uses raw_id_fields for all foreign key fields

- Note taken on

Missed the fact that all the admin pages were using drop downs on FK fields.

So once we hit higher environments with full data the performance died.

DONE [BE-7536] Fix missing auto-slug feature in Cookbooks app

projecthungryrootworkcookbooksbe7536ep627sprint107
ID
f03b7a2d-e187-c068-49ca-795b838caa93

BE-7536 - Auto-generate slugs for Cookbook and CookbookCollection

- Note taken on

Just a miss from the specs, where the slug field should be optional in the

admin and the API and auto-generated in those cases. Not sure how I missed it.