-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d405093
commit 8278af3
Showing
25 changed files
with
930 additions
and
1,040 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,4 +48,4 @@ Temporary Items | |
|
||
# Ignore node_modules folder on each webpart | ||
node_modules | ||
debug | ||
solution |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,7 @@ node_modules | |
# Build generated files | ||
dist | ||
lib | ||
#solution | ||
debug | ||
solution | ||
temp | ||
*.sppkg | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 43 additions & 0 deletions
43
EmployeeDevelopmentApp/sharepoint/assets/achievementsListSchema.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<List xmlns:ows="Microsoft SharePoint" Title="Achievements" FolderCreation="FALSE" Direction="$Resources:Direction;" Url="Lists/Achievements" BaseType="0" xmlns="http://schemas.microsoft.com/sharepoint/"> | ||
<MetaData> | ||
<Fields> | ||
<Field | ||
Name="iconName" | ||
DisplayName="Icon Name" | ||
Type="Text" | ||
Required="FALSE" | ||
> | ||
</Field> | ||
<Field | ||
Name="description" | ||
DisplayName="Description" | ||
Type="Text" | ||
Required="FALSE" | ||
> | ||
</Field> | ||
</Fields> | ||
<Views> | ||
<View BaseViewID="1" Type="HTML" WebPartZoneID="Main" DisplayName="$Resources:core,objectiv_schema_mwsidcamlidC24;" DefaultView="TRUE" MobileView="TRUE" MobileDefaultView="TRUE" SetupPath="pages\viewpage.aspx" ImageUrl="/_layouts/images/generic.png" Url="AllItems.aspx"> | ||
<XslLink Default="TRUE">main.xsl</XslLink> | ||
<JSLink>clienttemplates.js</JSLink> | ||
<RowLimit Paged="TRUE">30</RowLimit> | ||
<Toolbar Type="Standard" /> | ||
<ViewFields> | ||
<FieldRef Name="LinkTitle"></FieldRef> | ||
<FieldRef Name="iconName"></FieldRef> | ||
<FieldRef Name="description"></FieldRef> | ||
</ViewFields> | ||
<Query> | ||
<OrderBy> | ||
<FieldRef Name="ID" /> | ||
</OrderBy> | ||
</Query> | ||
</View> | ||
</Views> | ||
<Forms> | ||
<Form Type="DisplayForm" Url="DispForm.aspx" SetupPath="pages\form.aspx" WebPartZoneID="Main" /> | ||
<Form Type="EditForm" Url="EditForm.aspx" SetupPath="pages\form.aspx" WebPartZoneID="Main" /> | ||
<Form Type="NewForm" Url="NewForm.aspx" SetupPath="pages\form.aspx" WebPartZoneID="Main" /> | ||
</Forms> | ||
</MetaData> | ||
</List> |
42 changes: 42 additions & 0 deletions
42
EmployeeDevelopmentApp/sharepoint/assets/earnedAchievementsListSchema.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<List xmlns:ows="Microsoft SharePoint" Title="Earned Achievements" FolderCreation="FALSE" Direction="$Resources:Direction;" Url="Lists/EarnedAchievements" BaseType="0" xmlns="http://schemas.microsoft.com/sharepoint/"> | ||
<MetaData> | ||
<Fields> | ||
<Field | ||
Name="userPrincipalName" | ||
DisplayName="User Principal Name" | ||
Type="Text" | ||
Required="FALSE" | ||
> | ||
</Field> | ||
<Field | ||
Name="achievementId" | ||
DisplayName="Achievement Id" | ||
Type="Number" | ||
Required="FALSE" | ||
> | ||
</Field> | ||
</Fields> | ||
<Views> | ||
<View BaseViewID="1" Type="HTML" WebPartZoneID="Main" DisplayName="$Resources:core,objectiv_schema_mwsidcamlidC24;" DefaultView="TRUE" MobileView="TRUE" MobileDefaultView="TRUE" SetupPath="pages\viewpage.aspx" ImageUrl="/_layouts/images/generic.png" Url="AllItems.aspx"> | ||
<XslLink Default="TRUE">main.xsl</XslLink> | ||
<JSLink>clienttemplates.js</JSLink> | ||
<RowLimit Paged="TRUE">30</RowLimit> | ||
<Toolbar Type="Standard" /> | ||
<ViewFields> | ||
<FieldRef Name="userPrincipalName"></FieldRef> | ||
<FieldRef Name="achievementId"></FieldRef> | ||
</ViewFields> | ||
<Query> | ||
<OrderBy> | ||
<FieldRef Name="ID" /> | ||
</OrderBy> | ||
</Query> | ||
</View> | ||
</Views> | ||
<Forms> | ||
<Form Type="DisplayForm" Url="DispForm.aspx" SetupPath="pages\form.aspx" WebPartZoneID="Main" /> | ||
<Form Type="EditForm" Url="EditForm.aspx" SetupPath="pages\form.aspx" WebPartZoneID="Main" /> | ||
<Form Type="NewForm" Url="NewForm.aspx" SetupPath="pages\form.aspx" WebPartZoneID="Main" /> | ||
</Forms> | ||
</MetaData> | ||
</List> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Elements xmlns="http://schemas.microsoft.com/sharepoint/"> | ||
<ListInstance | ||
CustomSchema="employeesListSchema.xml" | ||
FeatureId="00bfea71-de22-43b2-a848-c05709900100" | ||
Title="Employees" | ||
Description="List to store employees information like: Car, primary contact, cell phone, etc." | ||
TemplateType="100" | ||
Url="Lists/Employees"> | ||
<Data> | ||
<Rows> | ||
<Row> | ||
<Field Name="userPrincipalName">userPrincipalName</Field> | ||
<Field Name="birthday">11/12/2017</Field> | ||
<Field Name="emergencyContacts">emergencyContacts</Field> | ||
<Field Name="rewardPoints">24</Field> | ||
<Field Name="hobbies">hobbies</Field> | ||
<Field Name="music">music</Field> | ||
<Field Name="interests">interests</Field> | ||
<Field Name="food">food</Field> | ||
<Field Name="blogs">blogs</Field> | ||
<Field Name="facebook">facebook</Field> | ||
<Field Name="twitter">twitter</Field> | ||
<Field Name="linkedIn">linkedIn</Field> | ||
<Field Name="officeCubicle">officeCubicle</Field> | ||
<Field Name="isHomeOffice">FALSE</Field> | ||
</Row> | ||
</Rows> | ||
</Data> | ||
</ListInstance> | ||
|
||
<ListInstance | ||
CustomSchema="achievementsListSchema.xml" | ||
FeatureId="00bfea71-de22-43b2-a848-c05709900100" | ||
Title="Achievements" | ||
Description="List to store all types of achievements for employees." | ||
TemplateType="100" | ||
Url="Lists/Achievements"> | ||
<Data> | ||
<Rows> | ||
<Row> | ||
<Field Name="Title">title</Field> | ||
<Field Name="iconName">iconName</Field> | ||
<Field Name="description">description ... </Field> | ||
</Row> | ||
</Rows> | ||
</Data> | ||
</ListInstance> | ||
|
||
<ListInstance | ||
CustomSchema="earnedAchievementsListSchema.xml" | ||
FeatureId="00bfea71-de22-43b2-a848-c05709900100" | ||
Title="Earned Achievements" | ||
Description="List to store achievements earned by employees." | ||
TemplateType="100" | ||
Url="Lists/EarnedAchievements"> | ||
<Data> | ||
<Rows> | ||
<Row> | ||
<Field Name="userPrincipalName">userPrincipalName</Field> | ||
<Field Name="achievementId">1</Field> | ||
</Row> | ||
</Rows> | ||
</Data> | ||
</ListInstance> | ||
|
||
<ListInstance | ||
CustomSchema="performanceSkillsListSchema.xml" | ||
FeatureId="00bfea71-de22-43b2-a848-c05709900100" | ||
Title="Performance Skills" | ||
Description="List to store performance skills evaluations for employees." | ||
TemplateType="100" | ||
Url="Lists/PerformanceSkills"> | ||
<Data> | ||
<Rows> | ||
<Row> | ||
<Field Name="userPrincipalName">userPrincipalName</Field> | ||
<Field Name="technicalKnowledge">1</Field> | ||
<Field Name="teamwork">2</Field> | ||
<Field Name="meetingDeadlines">3</Field> | ||
<Field Name="problemSolving">4</Field> | ||
<Field Name="leadership">5</Field> | ||
<Field Name="management">6</Field> | ||
</Row> | ||
</Rows> | ||
</Data> | ||
</ListInstance> | ||
|
||
</Elements> |
Oops, something went wrong.