Warky warkanum
  • Vanderbijlpark, South Africa
  • https://github.com/warkanum
  • Full-Stack Developer solving problems with Go, Python, Rust, TypeScript, JavaScript, React, C++ & Clarion. Building elegant code by day

  • Joined on 2023-09-16
  • Warky Devs Engineer
warkanum commented on pull request wdevs/amcs#20 2026-04-04 13:09:35 +00:00
feat: DBML schema files + relspecgo migration generation

Add proper relationships. For relspec to link them, you have to use merge. Baiscally add a commented out ref at the bottom of a file to refrences another files table. e.g. #Ref: "org"."role"."ri…

warkanum commented on issue wdevs/amcs#17 2026-04-04 12:46:33 +00:00
feat: UI package — Svelte + Tailwind CSS served via Go embed

The project must include the existing index page and replace it. add the building of the frontend to the makefile

warkanum commented on issue wdevs/amcs#19 2026-04-04 12:44:25 +00:00
refactor: adopt DBML schema models and use relspecgo to generate SQL migrations

If you ready the comment, give feedback here.

warkanum commented on issue wdevs/amcs#19 2026-04-04 12:44:13 +00:00
refactor: adopt DBML schema models and use relspecgo to generate SQL migrations

Use the relspec command line tool to generate the live migration to the database. Add the call to the makefile.

warkanum commented on issue wdevs/amcs#19 2026-04-04 12:42:18 +00:00
refactor: adopt DBML schema models and use relspecgo to generate SQL migrations

Create db/schema directory with the .dbml files. Here is an example schema layout: // Organization Schema - Core organizational entities and access control // Optimized for consistency and…

warkanum deleted branch feat/status-page-access-tracking from wdevs/amcs 2026-04-04 12:25:46 +00:00
warkanum pushed to main at wdevs/amcs 2026-04-04 12:25:27 +00:00
f0e242293f Merge pull request 'feat(app): add lightweight status access tracking' (#16) from feat/status-page-access-tracking into main
50870dd369 feat(app): add lightweight status access tracking
Compare 2 commits »
warkanum merged pull request wdevs/amcs#16 2026-04-04 12:25:26 +00:00
feat(app): add lightweight status access tracking
warkanum created pull request wdevs/amcs#16 2026-04-04 12:25:14 +00:00
feat(app): add lightweight status access tracking
warkanum deleted branch fix/chat-history-fk from wdevs/amcs 2026-04-04 12:18:42 +00:00
warkanum commented on issue wdevs/unitdore#2 2026-04-03 14:00:58 +00:00
Add template support for generated unit files

With this feature we must have the ability to get all the variables we can use. maybe a list-variables command that lists the [variable name] and what it does and is for.

warkanum pushed to main at wdevs/GoCalGoo 2026-04-01 20:42:48 +00:00
e6e07d9e80 chore(deps): update dependencies in go.mod and add go.sum
warkanum created repository wdevs/GoCalGoo 2026-04-01 18:51:07 +00:00
warkanum released v1.0.42 at wdevs/relspecgo 2026-02-28 17:59:17 +00:00
warkanum released v1.0.41-1-gf4b8fc5 at wdevs/relspecgo 2026-02-28 17:58:02 +00:00
warkanum pushed tag v1.0.42 to wdevs/relspecgo 2026-02-28 17:52:30 +00:00
warkanum pushed tag v1.0.41-1-gf4b8fc5 to wdevs/relspecgo 2026-02-28 17:52:17 +00:00
warkanum pushed to master at wdevs/relspecgo 2026-02-28 17:52:10 +00:00
f4b8fc5382 feat(writers): add sortConstraints function to sort constraints by sequence and name
warkanum released v1.0.41 at wdevs/relspecgo 2026-02-28 17:40:44 +00:00
warkanum released v1.0.40 at wdevs/relspecgo 2026-02-28 17:39:13 +00:00