From 78f57f94f2dec6c655012ba65cf59ec5bd8eada5 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 24 Aug 2026 14:18:25 -0400 Subject: [PATCH] [moods] Add notes field to mood check-in --- PROJECT.org | 7 ++++++- vrobbler/apps/moods/templates/moods/checkin_reason.html | 5 +++++ vrobbler/apps/moods/views.py | 2 ++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/PROJECT.org b/PROJECT.org index ac38398..5540c7b 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -18,7 +18,7 @@ tasks, Todoist tasks, web pages I've read and trails I've hiked has turned out to be sometimes cathartic and sometimes functional as I try to remember when I did a thing. -* Backlog [0/30] :vrobbler:project:personal: +* Backlog [1/31] :vrobbler:project:personal: ** TODO [#C] Configure IMAP folder/start in user profile :imap:settings: *** Description @@ -590,3 +590,8 @@ The Edit log form should have from top to bottom: - People (which should be similar to the Bird widget on BirdLocation and allow setting per user score, win true/false, rank, new true/false, seat_ordrer) - Expansion ids (which should a multi-select widget of expansions for this game) - Location (which should be a drop down of BoardGameLocations for this user) + +** DONE When checking about moods, the last page should provide a small form to add notes :scrobbles:mood:checkin: +:PROPERTIES: +:ID: ed744d3f-86fb-e9f8-acb9-0e4200c99c7f +:END: diff --git a/vrobbler/apps/moods/templates/moods/checkin_reason.html b/vrobbler/apps/moods/templates/moods/checkin_reason.html index 58adf27..c584278 100644 --- a/vrobbler/apps/moods/templates/moods/checkin_reason.html +++ b/vrobbler/apps/moods/templates/moods/checkin_reason.html @@ -9,6 +9,11 @@

Why are you feeling this way?

{% csrf_token %} +
+ + +