{"id":29099703,"url":"https://github.com/constantinoschillebeeckx/chickenkitchen","last_synced_at":"2026-04-27T17:33:56.709Z","repository":{"id":83423676,"uuid":"77392855","full_name":"ConstantinoSchillebeeckx/chickenkitchen","owner":"ConstantinoSchillebeeckx","description":"CRUD","archived":false,"fork":false,"pushed_at":"2018-03-25T18:44:48.000Z","size":239,"stargazers_count":0,"open_issues_count":12,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-28T17:11:16.016Z","etag":null,"topics":["crud","database","front-end"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ConstantinoSchillebeeckx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-12-26T15:44:31.000Z","updated_at":"2018-10-10T19:22:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"27def8fb-f61c-4463-ba99-660cca196c62","html_url":"https://github.com/ConstantinoSchillebeeckx/chickenkitchen","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ConstantinoSchillebeeckx/chickenkitchen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConstantinoSchillebeeckx%2Fchickenkitchen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConstantinoSchillebeeckx%2Fchickenkitchen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConstantinoSchillebeeckx%2Fchickenkitchen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConstantinoSchillebeeckx%2Fchickenkitchen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ConstantinoSchillebeeckx","download_url":"https://codeload.github.com/ConstantinoSchillebeeckx/chickenkitchen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConstantinoSchillebeeckx%2Fchickenkitchen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32348048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T17:12:42.749Z","status":"ssl_error","status_checked_at":"2026-04-27T17:12:41.658Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crud","database","front-end"],"created_at":"2025-06-28T17:08:40.256Z","updated_at":"2026-04-27T17:33:56.701Z","avatar_url":"https://github.com/ConstantinoSchillebeeckx.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chicken kitchen\n\nA simplified CRUD front-end with built in visualization features.\n\nAfter not working on this for a long time, I'm doing some house cleaning and coming back to this - I'm trying to figure out how this is generally setup.\n\nIt looks like it assumes its running in Wordpress which handles the [user login validation](https://github.com/ConstantinoSchillebeeckx/chickenkitchen/blob/master/functions.php#L2714) - I probably did this out of laziness since I didn't really want to do account validation.\n\nIt has the WP pages */add-table* and */view-table*.\n\n## Built on\n\n- [datatables.net](https://datatables.net/)\n- [Bootstrap 3](https://getbootstrap.com/css/)\n- [jQuery](https://code.jquery.com/)\n- [jQUery QueryBuilder](http://querybuilder.js.org/)\n\n## Database setup\n\n- database must be `utf8`\n- Each *company* or *account* gets their own database name\n- Each table always has a history counterpart which is named the same as table but with an appended '_history'\n- Each table must at a minimum have a primary key, it'll be named `_UID int(11)` and must be the first column in the table\n- Each table must have the comment {\"name\":\"XXX\"} set\n- Each history table requires:\n  1. same name as data table counterpart, but with appended '_history'\n  2. same columns as data table counterpart\n  3. additional columns:\n    - _UID_fk: int(11), index, foreign key with _UID on data table counterpart and have the comment ` {\"column_format\": \"hidden\"}`\n    - User:  varchar(128), not null\n    - Timestamp: timestamp, default CURRENT_TIMESTAMP\n    - Action: varchar(128), not null\n\n## Table options\n\nFields can have comments formatted as JSON to specify different options:\n{\"column_format\": \"hidden\"} - will be hidden from view on front end\n{\"column_format\": \"date\"} - for use with date type fields (stored as datetime) will only display date part on the front end\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconstantinoschillebeeckx%2Fchickenkitchen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconstantinoschillebeeckx%2Fchickenkitchen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconstantinoschillebeeckx%2Fchickenkitchen/lists"}