15 Commits
Author SHA1 Message Date
d1nch8g c4dbfded5a Merge branch 'logic-fixes' 2026-04-22 22:53:59 +03:00
d1nch8g bfc9c1b4f5 separated bind code with contact code, bind code is used for account merging, by single user, contact code is used to add fiends and can be shared 2026-04-19 20:46:17 +03:00
d1nch8g 899819fa71 added database user get by temporary code with necessary tests, simplified actions method to simple Parse, reduced the number of tokens used by making better string builder pattern 2026-04-19 18:56:30 +03:00
d1nch8g 935ea808a2 polished prompt, added missing actions, fixed linting issues, completed tests 2026-04-19 11:03:57 +03:00
d1nch8g f7dc36465f added temprorary uuid to user in database - for interactions, removed initiator from actions, changed owner_id to user_id in actions table, added initial set of action types 2026-04-18 23:20:48 +03:00
d1nch8g 60adee7f5c applied simplification to action log receiving 2026-04-17 23:44:48 +03:00
d1nch8g 8af7d8bc8b additional database layer improvements - removed unnecessary get method from contacts, removed skip of constraint check from facts addition 2026-04-17 22:27:16 +03:00
d1nch8g 706905c415 removed unnecessary comments and fixed notification's initiator field being returned properly 2026-04-17 22:17:17 +03:00
d1nch8g 7044836b2b implemented limits for user's operations in database layer, refactored tests to use t.Context() 2026-04-17 21:47:49 +03:00
d1nch8g 1a73256494 additional refactoring for good interface composition alternative 2026-04-16 23:37:10 +03:00
d1nch8g 7a47929c06 added actions repository implementation to database layer 2026-04-16 22:38:35 +03:00
d1nch8g 1c0bd3512e almost finished database layer 2026-04-16 21:40:00 +03:00
d1nch8g ca80a9219e changed metadata table to facts table, for semantical correctness 2026-04-15 09:36:22 +03:00
d1nch8g fbf7ea35e0 chats store postgres database implementation 2026-04-14 23:31:05 +03:00
d1nch8g 29ed5f630c migrations, db interface corrections, users repository implemented, db boilerplate implemented 2026-04-14 22:21:38 +03:00