feat: hackathon and project web view

This commit is contained in:
pateljannat
2021-02-16 19:40:55 +05:30
parent 1d2bf00782
commit 72135d7a73
14 changed files with 482 additions and 6 deletions

View File

@@ -7,6 +7,7 @@
"engine": "InnoDB",
"field_order": [
"year",
"is_hackathon",
"volunteers"
],
"fields": [
@@ -21,11 +22,17 @@
"fieldtype": "Table",
"label": "Volunteers",
"options": "Community Event Volunteer"
},
{
"default": "0",
"fieldname": "is_hackathon",
"fieldtype": "Check",
"label": "Is Hackathon"
}
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2021-02-12 18:29:21.213257",
"modified": "2021-02-15 18:29:26.828720",
"modified_by": "Administrator",
"module": "Community",
"name": "Community Event",

View File

@@ -11,6 +11,7 @@
{
"fieldname": "member",
"fieldtype": "Link",
"in_list_view": 1,
"label": "Member",
"options": "Community Member"
}
@@ -18,7 +19,7 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2021-02-12 15:55:58.252902",
"modified": "2021-02-15 12:03:31.153575",
"modified_by": "Administrator",
"module": "Community",
"name": "Community Event Volunteer",

View File

@@ -15,7 +15,7 @@
],
"fields": [
{
"default": "0",
"default": "1",
"fieldname": "enabled",
"fieldtype": "Check",
"label": "Enabled"
@@ -29,12 +29,14 @@
"unique": 1
},
{
"allow_in_quick_entry": 1,
"fieldname": "role",
"fieldtype": "Select",
"label": "Role",
"options": "\nBoard\nDirector\nVolunteer\nSpeaker"
},
{
"allow_in_quick_entry": 1,
"fieldname": "photo",
"fieldtype": "Attach Image",
"label": "Photo"
@@ -45,6 +47,7 @@
"label": "Short Intro"
},
{
"allow_in_quick_entry": 1,
"fieldname": "bio",
"fieldtype": "HTML Editor",
"label": "Bio"
@@ -52,7 +55,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2021-02-12 15:50:13.439527",
"modified": "2021-02-15 12:16:32.428546",
"modified_by": "Administrator",
"module": "Community",
"name": "Community Member",

View File

@@ -27,10 +27,11 @@
"reqd": 1
},
{
"default": "Pending",
"fieldname": "status",
"fieldtype": "Select",
"label": "Status",
"options": "\nPending\nAccepted\nRejected"
"options": "Pending\nAccepted\nRejected"
},
{
"fieldname": "project_owner",
@@ -41,7 +42,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2021-02-12 18:36:33.600885",
"modified": "2021-02-16 19:27:30.842282",
"modified_by": "Administrator",
"module": "Community",
"name": "Community Project Member",

View File

@@ -0,0 +1 @@
import frappe