Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
#277 budget and time removed
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 13, 2018
1 parent 16acdf8 commit 0bfd909
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 29 deletions.
4 changes: 0 additions & 4 deletions xml/pmo/rfps/-duplicate-emails.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,13 @@ SOFTWARE.
<paid>stripe:$50</paid>
<created>2016-12-29T09:03:21.684Z</created>
<email>yegor256@gmail.com</email>
<budget>$50000</budget>
<time>20</time>
<sow>We need a new iPhone app</sow>
</rfp>
<rfp id="66">
<login>dmarkov</login>
<paid>stripe:$50</paid>
<created>2016-12-29T09:03:21.684Z</created>
<email>yegor256@gmail.com</email>
<budget>$15000</budget>
<time>12</time>
<sow>We need a new command line tool</sow>
</rfp>
</rfps>
2 changes: 0 additions & 2 deletions xml/pmo/rfps/-duplicate-ids.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ SOFTWARE.
<paid>stripe:$50</paid>
<created>2016-12-29T09:03:21.684Z</created>
<email>yegor256@gmail.com</email>
<budget>$50000</budget>
<time>20</time>
<sow>We need a new iPhone app</sow>
</rfp>
<rfp id="4">
Expand Down
4 changes: 0 additions & 4 deletions xml/pmo/rfps/-duplicate-logins.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,13 @@ SOFTWARE.
<paid>stripe:$50</paid>
<created>2016-12-29T09:03:21.684Z</created>
<email>yegor256@gmail.com</email>
<budget>$50000</budget>
<time>20</time>
<sow>We need a new iPhone app</sow>
</rfp>
<rfp id="321">
<login>yegor256</login>
<paid>stripe:$50</paid>
<created>2016-12-29T09:03:21.684Z</created>
<email>yegor@zerocracy.com</email>
<budget>$15000</budget>
<time>12</time>
<sow>We need a new command line tool</sow>
</rfp>
</rfps>
4 changes: 0 additions & 4 deletions xml/pmo/rfps/simple.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,13 @@ SOFTWARE.
<paid>stripe:$50</paid>
<created>2016-12-29T09:03:21.684Z</created>
<email>yegor256@gmail.com</email>
<budget>$50000</budget>
<time>20</time>
<sow>We need a new iPhone app</sow>
</rfp>
<rfp id="40">
<login>dmarkov</login>
<paid>stripe:$50</paid>
<created>2016-12-29T09:03:21.684Z</created>
<email>yegor@zerocracy.com</email>
<budget>$15000</budget>
<time>12</time>
<sow>We need a new command line tool</sow>
</rfp>
</rfps>
3 changes: 0 additions & 3 deletions xsd/pmo/rfps.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,13 @@ SOFTWARE.
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" version="SNAPSHOT" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:include schemaLocation="http://datum.zerocracy.com/SNAPSHOT/xsd/basics.xsd"/>
<xs:include schemaLocation="http://datum.zerocracy.com/SNAPSHOT/xsd/pmo/types.xsd"/>
<xs:include schemaLocation="http://datum.zerocracy.com/SNAPSHOT/xsd/pm/cost/types.xsd"/>
<xs:include schemaLocation="http://datum.zerocracy.com/SNAPSHOT/xsd/pm/staff/types.xsd"/>
<xs:complexType name="rfp">
<xs:all>
<xs:element name="login" minOccurs="1" maxOccurs="1" type="login"/>
<xs:element name="created" minOccurs="1" maxOccurs="1" type="xs:dateTime"/>
<xs:element name="paid" minOccurs="1" maxOccurs="1" type="xs:string"/>
<xs:element name="email" minOccurs="1" maxOccurs="1" type="email"/>
<xs:element name="budget" minOccurs="1" maxOccurs="1" type="cash"/>
<xs:element name="time" minOccurs="1" maxOccurs="1" type="xs:integer"/>
<xs:element name="sow" minOccurs="1" maxOccurs="1" type="xs:string"/>
</xs:all>
<xs:attribute name="id" use="required" type="xs:int"/>
Expand Down
12 changes: 0 additions & 12 deletions xsl/pmo/rfps.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ SOFTWARE.
<th>
<xsl:text>Email</xsl:text>
</th>
<th>
<xsl:text>Budget</xsl:text>
</th>
<th>
<xsl:text>Time</xsl:text>
</th>
<th>
<xsl:text>SoW</xsl:text>
</th>
Expand Down Expand Up @@ -92,12 +86,6 @@ SOFTWARE.
<xsl:value-of select="email"/>
</a>
</td>
<td style="text-align:right">
<xsl:apply-templates select="budget"/>
</td>
<td style="text-align:right">
<xsl:value-of select="time"/>
</td>
<td>
<xsl:value-of select="sow"/>
</td>
Expand Down

0 comments on commit 0bfd909

Please sign in to comment.