• Joined on 2022-08-01
h4kor pushed to main at h4kor/owl-blogs 2022-12-15 18:30:04 +00:00
a49deabf07 discard post types. Need a new approach for this
ff50adac78 TODO note
d783db98a2 clean up interface
cad4897583 remove old new post function
1fefa2a140 more types
Compare 6 commits »
h4kor commented on pull request h4kor/owl-blogs#37 2022-12-15 18:25:17 +00:00
Refactoring Posts

Gave up on own structs for each type of post for now, because I can't find an elegant way to do this in go. I would like to have inherited types, but this is not the go way.

h4kor pushed to refactor_posts at h4kor/owl-blogs 2022-12-15 18:23:33 +00:00
a49deabf07 discard post types. Need a new approach for this
h4kor created branch main in h4kor/keymap 2022-12-09 14:42:00 +00:00
h4kor pushed to main at h4kor/keymap 2022-12-09 14:42:00 +00:00
c238193b86 derived from default and adjusted to german keyboard
h4kor created repository h4kor/keymap 2022-12-09 14:41:19 +00:00
h4kor pushed to main at h4kor/dot-files 2022-12-07 13:22:07 +00:00
h4kor created branch main in h4kor/dot-files 2022-12-07 13:08:43 +00:00
h4kor pushed to main at h4kor/dot-files 2022-12-07 13:08:43 +00:00
9f042c923e neovim
h4kor created repository h4kor/dot-files 2022-12-07 13:06:53 +00:00
h4kor opened issue h4kor/owl-blogs#39 2022-12-06 10:23:27 +00:00
MultiUser Mode: Improve User list
h4kor opened issue h4kor/owl-blogs#38 2022-12-06 10:23:11 +00:00
MultiUser Mode: Allow Registration via Web
h4kor pushed to refactor_posts at h4kor/owl-blogs 2022-12-05 20:23:47 +00:00
ff50adac78 TODO note
h4kor pushed to refactor_posts at h4kor/owl-blogs 2022-12-05 20:09:24 +00:00
d783db98a2 clean up interface
h4kor commented on pull request h4kor/owl-blogs#37 2022-12-05 20:02:02 +00:00
Refactoring Posts

I would like to move the type specific data (e.g. BookmarkData) from the general PostMeta into the specific type.

h4kor pushed to refactor_posts at h4kor/owl-blogs 2022-12-05 19:47:54 +00:00
cad4897583 remove old new post function
h4kor pushed to refactor_posts at h4kor/owl-blogs 2022-12-05 19:31:50 +00:00
1fefa2a140 more types
h4kor created pull request h4kor/owl-blogs#37 2022-12-05 18:52:18 +00:00
Refactoring Posts
h4kor created branch refactor_posts in h4kor/owl-blogs 2022-12-05 18:51:46 +00:00
h4kor pushed to refactor_posts at h4kor/owl-blogs 2022-12-05 18:51:46 +00:00
b61e2ff50c split templates into one file per type