Commit graph

63 commits

Author SHA1 Message Date
Kirill
6123ee039b feat(tgbot-front): start handleError func develop 2025-12-04 16:38:18 +03:00
Kirill
ccf9722bb7 feat(tgbot-front): implement the back button operation
Add functions to handle navigation callback logic
Also add function for creating initial user context (pay attention to auth and registration later)
2025-12-01 23:28:23 +03:00
Kirill
0fdf577612 feat(tgbot-front): add consts for titles and revs number 2025-11-28 15:22:42 +03:00
Kirill
c815e96f4c feat(tgbot-front): add new funcs to work with payload 2025-11-28 15:21:07 +03:00
Kirill
d69f5fcddf fix(tgbot-front): start fixing navigation callback processing function 2025-11-28 15:18:31 +03:00
Kirill
b368ecc43b Added context navigation logic 2025-11-28 12:57:07 +03:00
Kirill
a8dd448c95 Added a callback to go back through the state stack 2025-11-28 12:42:11 +03:00
Kirill
e09b6658b2 Bad variant of navigation handler (not working) 2025-11-28 12:30:34 +03:00
Kirill
28a7d9e691 Added payload constant 2025-11-28 12:29:53 +03:00
Kirill
12648e1a8f Changing the structure of the UserContext. Adding context history 2025-11-28 12:25:40 +03:00
Kirill
7efd7bb6b0 Added cursor field to UserContext 2025-11-27 18:13:40 +03:00
Kirill
bd309d38c6 Fixed .gitignore 2025-11-27 17:34:04 +03:00
Kirill
167e2323be Announce UserContext struct 2025-11-27 17:33:04 +03:00
Kirill
3d8abc3f0c Changed .gitignore 2025-11-27 16:24:46 +03:00
Kirill
cdc1aa2e6b Forming the BotHandlers class structure 2025-11-27 16:24:29 +03:00
Kirill
ea29fa79f0 getting ready to refactor the handlers structure 2025-11-25 22:05:12 +03:00
Kirill
45a1df4cbb Added MyTitles page passing 2025-11-25 19:45:44 +03:00
Kirill
45ce5da0ac Changed main menu text 2025-11-18 17:44:03 +03:00
Kirill
602e9b62d8 Started creating structure of bot interface 2025-11-18 17:30:43 +03:00
Kirill
879a7981cd Init commit of bot development 2025-11-17 22:15:53 +03:00
148ae646b1 feat
All checks were successful
Build and Deploy Go App / build (push) Successful in 17m38s
Build and Deploy Go App / deploy (push) Successful in 3m33s
2025-11-17 09:39:26 +03:00
df45a327e6 fix 2025-11-17 09:26:58 +03:00
abf09e5f5e Merge branch 'dev-ars' of ssh://meowgit.nekoea.red:22222/nihonium/nyanimedb into dev-ars 2025-11-17 03:56:27 +03:00
35a4e173f0 feat: query GetReviewById added 2025-11-17 03:55:42 +03:00
f888ac9b70
review: review notes for titles.go 2025-11-17 02:41:45 +03:00
b81cc86beb fix: 2025-11-16 04:52:11 +03:00
47989ab10d feat: /titles/{id} endpoint implemented 2025-11-16 03:38:51 +03:00
cefbbec1dc feat: wrote query to get one title 2025-11-16 02:43:28 +03:00
13a283ae8d feat: GetTitles now returns all the field needed 2025-11-16 02:38:36 +03:00
4949a3c25f refactor: new types 2025-11-15 23:00:40 +03:00
e6dc27fd55 feat: statements for tags added 2025-11-15 19:19:39 +03:00
3cca6ee168 feat: statements for studios table added 2025-11-15 18:56:46 +03:00
2edf96571b feat: field studio_name added to title in openapi 2025-11-15 18:20:27 +03:00
e8783a0e9d feat: get title func written 2025-11-15 02:51:13 +03:00
d2450ffc89 feat: titles.go added 2025-11-15 00:52:23 +03:00
c2dc762700 feat: openapi changes 2025-11-15 00:46:47 +03:00
6d538ed154 feat: common code for back functions are now in handlers/common.go 2025-11-01 21:17:42 +03:00
6ed47b667c
feat: proxy api requests via frontend
All checks were successful
Build and Deploy Go App / build (push) Successful in 8m23s
Build and Deploy Go App / deploy (push) Successful in 3m31s
2025-10-26 04:06:38 +03:00
feb763509e
fix: regenerated frontend openapi functions
All checks were successful
Build and Deploy Go App / build (push) Successful in 8m44s
Build and Deploy Go App / deploy (push) Successful in 3m24s
2025-10-26 02:51:53 +03:00
e12812d202
feat: frontend first routing implementation
Some checks failed
Build and Deploy Go App / build (push) Failing after 6m8s
Build and Deploy Go App / deploy (push) Has been skipped
2025-10-26 02:39:54 +03:00
948e036e8c
feat: implemented /users/{id} api route 2025-10-26 02:34:45 +03:00
db53ae04e3
refact!: project structure
Some checks failed
Build and Deploy Go App / build (push) Failing after 4m35s
Build and Deploy Go App / deploy (push) Has been skipped
2025-10-25 21:05:16 +03:00
fd0ca4411b
feat: created UserPage.tsx
All checks were successful
Build and Deploy Go App / build (push) Successful in 6m33s
Build and Deploy Go App / deploy (push) Successful in 2m52s
2025-10-11 05:24:11 +03:00
827431bb2f
fix: App.tsx user field names
All checks were successful
Build and Deploy Go App / build (push) Successful in 7m1s
Build and Deploy Go App / deploy (push) Successful in 2m55s
2025-10-11 04:54:39 +03:00
0b5ea285de
fix: regenerated api
Some checks failed
Build and Deploy Go App / build (push) Failing after 4m6s
Build and Deploy Go App / deploy (push) Has been skipped
2025-10-11 04:52:21 +03:00
f2188f6363
fix: temp fix for API endpoint
All checks were successful
Build and Deploy Go App / build (push) Successful in 6m42s
Build and Deploy Go App / deploy (push) Successful in 2m53s
2025-10-11 04:33:56 +03:00
8e44b8b7b4
feat: fetch user info
All checks were successful
Build and Deploy Go App / build (push) Successful in 6m46s
Build and Deploy Go App / deploy (push) Successful in 2m54s
2025-10-11 04:25:57 +03:00
102d15c5fd feat: connection to db logic added to main
Some checks failed
Build and Deploy Go App / build (push) Successful in 8m52s
Build and Deploy Go App / deploy (push) Has been cancelled
2025-10-11 02:19:33 +03:00
eda59c68d3 feat: all the work with db now here, for some time it dups ../api dir 2025-10-11 02:18:14 +03:00
80285ba7da feat: implementation for handlers were written 2025-10-11 02:13:08 +03:00