{"id":21457857,"url":"https://github.com/zef-dev/convoworks-editor","last_synced_at":"2025-07-15T01:30:57.999Z","repository":{"id":37965952,"uuid":"318456156","full_name":"zef-dev/convoworks-editor","owner":"zef-dev","description":"Service editor GUI for the Convoworks framework","archived":false,"fork":false,"pushed_at":"2023-04-06T13:54:07.000Z","size":11727,"stargazers_count":6,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-08T19:08:50.725Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zef-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-04T08:45:58.000Z","updated_at":"2024-11-07T02:33:52.000Z","dependencies_parsed_at":"2023-02-10T03:01:40.908Z","dependency_job_id":null,"html_url":"https://github.com/zef-dev/convoworks-editor","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/zef-dev/convoworks-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zef-dev%2Fconvoworks-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zef-dev%2Fconvoworks-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zef-dev%2Fconvoworks-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zef-dev%2Fconvoworks-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zef-dev","download_url":"https://codeload.github.com/zef-dev/convoworks-editor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zef-dev%2Fconvoworks-editor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265385737,"owners_count":23756728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-23T06:15:42.153Z","updated_at":"2025-07-15T01:30:56.983Z","avatar_url":"https://github.com/zef-dev.png","language":"JavaScript","readme":"# Convoworks Editor #\n\nConvoworks Editor is an AngularJs web app for the [Conwoworks](https://github.com/zef-dev/convoworks-core) PHP framework.\n\n## Installation\n\nUsing NPM\n\n```\n    npm i @zef-dev/convoworks-editor\n```\n\nor using Yarn\n\n```\n    yarn add @zef-dev/convoworks-editor\n```\n\n\n## Peer dependencies\n\nIn order to run it, your host application has to include thise libraries (through CDN or build process)\n\n    \"angular\": \"^1.8.0\",\n    \"angular-animate\": \"1.8.*\",\n    \"angular-cookies\": \"1.8.*\",\n    \"angular-sanitize\": \"1.8.*\",\n    \"bootstrap\": \"^3.4.1\",\n    \"jquery\": \"^1.12.1\",\n    \"jquery-ui-dist\": \"^1.12.1\",\n    \"react\": \"^16.13.1\",\n    \"react-dom\": \"^16.13.1\"\n\n## Required implementations\n\nYou have to implement your own `LoginService` which givess access to signed user.\n\n* `LoginService.getUser()` - returns promise which will resolve to user where user is represented as \n\n```\n{\n    \"user_id\":\"123orABC\",\n    \"name\":\"Display Name\",\n    \"username\":\"someusername\",\n    \"email\":\"user@email.com\",\n    \"amazon_account_linked\":false\n}\n```\n\n* `LoginService.isSignedIn()` - returns boolean\n\n\n## Required constants\n\nYou have to provide API base urls as angular constants\n\n```javascript\n    var appModule   =   angular.module('my.app.module.name');\n    appModule.constant( 'CONVO_PUBLIC_API_BASE_URL', 'http://localhost/myapp/rest_public/convo/v1');\n    appModule.constant( 'CONVO_ADMIN_API_BASE_URL', 'http://localhost/myapp/rest_admin/convo/v1');\n```\n\n## Bootstraping\n\nYour app bootrap might look like\n\n```javascript\n    import angular from 'angular';\n    import '@uirouter/angularjs';\n    \n    import LoginService from './login-service';\n    import convo from '@zef-dev/convoworks-editor';\n    \n    const appModule =    angular.module( 'my.convo.implementation', [\n      'ui.router',\n      convo\n    ]).service('LoginService', LoginService);\n    \n    export default appModule;\n```\n\n---\n\nFor more information, please check out [convoworks.com](https://convoworks.com)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzef-dev%2Fconvoworks-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzef-dev%2Fconvoworks-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzef-dev%2Fconvoworks-editor/lists"}