Skip to content

Commit cc70b6a

Browse files
committed
fix: update package.json keywords and add new forms in update.html for organization management
2 parents b6bd67c + 5342a2d commit cc70b6a

2 files changed

Lines changed: 19 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,7 @@
44
"description": "CoCreate's website contains description and features of CoCreate No Code platform. The plaform was built using COCreateJS a low code framework",
55
"keywords": [
66
"website-template",
7-
"cocreate",
8-
"low-code-framework",
9-
"no-code-framework",
10-
"cocreatejs",
11-
"cocreatejs-component",
12-
"cocreate-framework",
13-
"no-code",
147
"low-code",
15-
"collaborative-framework",
168
"realtime",
179
"realtime-framework",
1810
"collaboration",
@@ -37,4 +29,4 @@
3729
"type": "GitHub Sponsors ❤",
3830
"url": "https://github.com/sponsors/CoCreate-app"
3931
}
40-
}
32+
}

src/account/organization/update.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,10 @@
199199
hover-attribute="class"
200200
hover-value="display:inline-flex!important">
201201
<div class="display:none options">
202+
<a
203+
actions="updateStorage">
204+
<i src="../assets/svg/trash.svg"></i>
205+
</a>
202206
<a
203207
actions="click, timeout(1000), action($document #deleteStorage)"
204208
click-query="$document #deleteStorageKey"
@@ -270,4 +274,18 @@
270274
<input id="deleteStorageKey" type="hidden" key="" />
271275
<a id="deleteStorage" actions="save"></a>
272276
</form>
277+
<form>
278+
<input type="text" array="organizations" state_id="accountOrg" object key="_id">
279+
<input type="text" array="users" object="$user_id" key="_id">
280+
<!-- <input type="text" array="users" object="$user_id" key="lastname">
281+
<input type="email" array="users" object="$user_id" key="email">
282+
<input type="password" array="users" object="$user_id" key="password"> -->
283+
<button actions="createOrganization">Create</button>
284+
</form>
285+
<form>
286+
<input type="text" array="organizations" object key="_id" state_id="accountOrg">
287+
<input type="text" array="users" object="$user_id" key="_id">
288+
<button actions="createOrganization">Create with</button>
289+
</form>
290+
273291
</section>

0 commit comments

Comments
 (0)