Skip to content

a description of your awesome changes and what makes them awesome #126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/classes/Milestone1_Calendar_Item.cls
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISE
OF THE POSSIBILITY OF SUCH DAMAGE.

*/
//This is s test
//This is awesome -- added by Arvind
public with sharing class Milestone1_Calendar_Item
{
public String aid {get;set;}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<leftSection>
<columnSize>Medium</columnSize>
<components>
<autoselectColumnsFromReport>true</autoselectColumnsFromReport>
<chartAxisRange>Auto</chartAxisRange>
<componentType>Column</componentType>
<displayUnits>Auto</displayUnits>
Expand All @@ -26,6 +27,7 @@
<middleSection>
<columnSize>Medium</columnSize>
<components>
<autoselectColumnsFromReport>true</autoselectColumnsFromReport>
<chartAxisRange>Auto</chartAxisRange>
<componentType>Column</componentType>
<displayUnits>Auto</displayUnits>
Expand All @@ -45,6 +47,7 @@
<rightSection>
<columnSize>Medium</columnSize>
<components>
<autoselectColumnsFromReport>true</autoselectColumnsFromReport>
<chartAxisRange>Auto</chartAxisRange>
<componentType>Column</componentType>
<displayUnits>Auto</displayUnits>
Expand All @@ -61,7 +64,7 @@
<useReportChart>false</useReportChart>
</components>
</rightSection>
<runningUser>[email protected]</runningUser>
<runningUser>[email protected]</runningUser>
<textColor>#000000</textColor>
<title>Milestones PM Project Snapshots</title>
<titleColor>#000000</titleColor>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<HomePageComponent xmlns="http://soap.sforce.com/2006/04/metadata">
<body>&lt;iframe src=&quot;/apex/Milestone1_One_Line_Create&quot; style=&quot;border: 0pt none; margin: 0pt; padding: 0pt;&quot; frameborder=&quot;no&quot; height=&quot;160&quot; width=&quot;100%&quot;&gt;&lt;/iframe&gt;</body>
<pageComponentType>htmlArea</pageComponentType>
<width>narrow</width>
</HomePageComponent>
1 change: 0 additions & 1 deletion src/homePageComponents/Add A Task.homePageComponent
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<HomePageComponent xmlns="http://soap.sforce.com/2006/04/metadata">
<body>&lt;iframe src=&quot;/apex/LABSMPM__Milestone1_One_Line_Create&quot; style=&quot;border: 0pt none; margin: 0pt; padding: 0pt;&quot; frameborder=&quot;no&quot; height=&quot;160&quot; width=&quot;100%&quot;&gt;&lt;/iframe&gt;</body>
<pageComponentType>htmlArea</pageComponentType>
<width>narrow</width>
</HomePageComponent>
23 changes: 23 additions & 0 deletions src/objects/Milestone1_Expense__c.object
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<actionName>Accept</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>CancelEdit</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>Clone</actionName>
<type>Default</type>
Expand All @@ -16,6 +20,10 @@
<actionName>Edit</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>Follow</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>List</actionName>
<type>Default</type>
Expand All @@ -24,6 +32,10 @@
<actionName>New</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>SaveEdit</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>Tab</actionName>
<type>Default</type>
Expand All @@ -32,13 +44,18 @@
<actionName>View</actionName>
<type>Default</type>
</actionOverrides>
<compactLayoutAssignment>SYSTEM</compactLayoutAssignment>
<deploymentStatus>Deployed</deploymentStatus>
<description>Force.com Labs - PM - The expense object captures monetary expenses for a milestone task.</description>
<enableActivities>false</enableActivities>
<enableBulkApi>true</enableBulkApi>
<enableEnhancedLookup>false</enableEnhancedLookup>
<enableFeeds>false</enableFeeds>
<enableHistory>false</enableHistory>
<enableReports>true</enableReports>
<enableSharing>true</enableSharing>
<enableStreamingApi>true</enableStreamingApi>
<externalSharingModel>ControlledByParent</externalSharingModel>
<fields>
<fullName>Amount__c</fullName>
<externalId>false</externalId>
Expand All @@ -47,6 +64,7 @@
<precision>18</precision>
<required>false</required>
<scale>2</scale>
<trackTrending>false</trackTrending>
<type>Currency</type>
</fields>
<fields>
Expand All @@ -55,6 +73,7 @@
<inlineHelpText>The date the expense was charged. Defaults to today if left blank.</inlineHelpText>
<label>Date Incurred</label>
<required>false</required>
<trackTrending>false</trackTrending>
<type>Date</type>
</fields>
<fields>
Expand All @@ -63,6 +82,7 @@
<inlineHelpText>A description about the expense. For example, why was the expense incurred.</inlineHelpText>
<label>Description</label>
<length>5000</length>
<trackTrending>false</trackTrending>
<type>LongTextArea</type>
<visibleLines>5</visibleLines>
</fields>
Expand All @@ -75,6 +95,7 @@
<referenceTo>User</referenceTo>
<relationshipName>Project_Expenses_Incurred</relationshipName>
<required>false</required>
<trackTrending>false</trackTrending>
<type>Lookup</type>
</fields>
<fields>
Expand All @@ -86,6 +107,8 @@
<relationshipLabel>Expenses</relationshipLabel>
<relationshipName>Project_Expenses</relationshipName>
<relationshipOrder>0</relationshipOrder>
<reparentableMasterDetail>false</reparentableMasterDetail>
<trackTrending>false</trackTrending>
<type>MasterDetail</type>
<writeRequiresMasterRead>false</writeRequiresMasterRead>
</fields>
Expand Down
26 changes: 26 additions & 0 deletions src/objects/Milestone1_Log__c.object
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<actionName>Accept</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>CancelEdit</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>Clone</actionName>
<type>Default</type>
Expand All @@ -16,6 +20,10 @@
<actionName>Edit</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>Follow</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>List</actionName>
<type>Default</type>
Expand All @@ -24,6 +32,10 @@
<actionName>New</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>SaveEdit</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>Tab</actionName>
<type>Default</type>
Expand All @@ -32,19 +44,25 @@
<actionName>View</actionName>
<type>Default</type>
</actionOverrides>
<compactLayoutAssignment>SYSTEM</compactLayoutAssignment>
<deploymentStatus>Deployed</deploymentStatus>
<description>Force.com Labs - PM - Log items contain general information for a Project that a user may want to keep an informal record of.</description>
<enableActivities>false</enableActivities>
<enableBulkApi>true</enableBulkApi>
<enableEnhancedLookup>false</enableEnhancedLookup>
<enableFeeds>false</enableFeeds>
<enableHistory>false</enableHistory>
<enableReports>false</enableReports>
<enableSharing>true</enableSharing>
<enableStreamingApi>true</enableStreamingApi>
<externalSharingModel>ControlledByParent</externalSharingModel>
<fields>
<fullName>Detail__c</fullName>
<externalId>false</externalId>
<inlineHelpText>The details about the log. This is freeform text for user to capture whatever data they want to keep track of in the log.</inlineHelpText>
<label>Detail</label>
<length>32000</length>
<trackTrending>false</trackTrending>
<type>Html</type>
<visibleLines>10</visibleLines>
</fields>
Expand All @@ -58,6 +76,7 @@
<relationshipLabel>Logs</relationshipLabel>
<relationshipName>Project_Logs</relationshipName>
<required>false</required>
<trackTrending>false</trackTrending>
<type>Lookup</type>
</fields>
<fields>
Expand All @@ -70,6 +89,7 @@
<relationshipLabel>Logs</relationshipLabel>
<relationshipName>Project_Logs</relationshipName>
<required>false</required>
<trackTrending>false</trackTrending>
<type>Lookup</type>
</fields>
<fields>
Expand All @@ -82,6 +102,7 @@
<relationshipLabel>Logs</relationshipLabel>
<relationshipName>Project_Logs</relationshipName>
<required>false</required>
<trackTrending>false</trackTrending>
<type>Lookup</type>
</fields>
<fields>
Expand All @@ -94,6 +115,7 @@
<relationshipLabel>Logs</relationshipLabel>
<relationshipName>Project_Logs</relationshipName>
<required>false</required>
<trackTrending>false</trackTrending>
<type>Lookup</type>
</fields>
<fields>
Expand All @@ -105,6 +127,8 @@
<relationshipLabel>Logs</relationshipLabel>
<relationshipName>Project_Logs</relationshipName>
<relationshipOrder>0</relationshipOrder>
<reparentableMasterDetail>false</reparentableMasterDetail>
<trackTrending>false</trackTrending>
<type>MasterDetail</type>
<writeRequiresMasterRead>false</writeRequiresMasterRead>
</fields>
Expand All @@ -115,6 +139,7 @@
<label>Subject</label>
<length>255</length>
<required>false</required>
<trackTrending>false</trackTrending>
<type>Text</type>
<unique>false</unique>
</fields>
Expand All @@ -138,6 +163,7 @@
</picklistValues>
<sorted>false</sorted>
</picklist>
<trackTrending>false</trackTrending>
<type>Picklist</type>
</fields>
<label>Log</label>
Expand Down
Loading