<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kyle/coding-assignment/coding_assignment_project, branch master</title>
<subtitle>Procurement system feature request assignment</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.gpio.ca/kyle/coding-assignment/'/>
<entry>
<title>Add view suppliers view and suppliers API endpoint</title>
<updated>2018-10-22T01:26:32+00:00</updated>
<author>
<name>Kyle McFarland</name>
<email>tfkyle@gmail.com</email>
</author>
<published>2018-10-22T01:26:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.gpio.ca/kyle/coding-assignment/commit/?id=377985be10cb959fa975e9cddc5161d346f3d2c6'/>
<id>377985be10cb959fa975e9cddc5161d346f3d2c6</id>
<content type='text'>
This adds a simple view (mostly cribbed from the component view but
without the database stats) to view details for a given supplier,
currently lists the components they supply and name/email address pairs for
representatives however there's room to add fields for other representative
contact and company information as well.

On the API side this adds 3 endpoints:
    * api/suppliers: returns a list of all suppliers and their
    representatives
    * api/suppliers/&lt;id&gt;: returns a supplier object containing the
    representatives for the given supplier
    * api/suppliers/&lt;id&gt;/components: returns a supplier object
    containing a list of components supplied by the given supplier

This also contains minor documentation and base template changes, fixing
the navigation menu to use class="active" on the currently selected page
(previously didn't work due to page_name capitalization)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a simple view (mostly cribbed from the component view but
without the database stats) to view details for a given supplier,
currently lists the components they supply and name/email address pairs for
representatives however there's room to add fields for other representative
contact and company information as well.

On the API side this adds 3 endpoints:
    * api/suppliers: returns a list of all suppliers and their
    representatives
    * api/suppliers/&lt;id&gt;: returns a supplier object containing the
    representatives for the given supplier
    * api/suppliers/&lt;id&gt;/components: returns a supplier object
    containing a list of components supplied by the given supplier

This also contains minor documentation and base template changes, fixing
the navigation menu to use class="active" on the currently selected page
(previously didn't work due to page_name capitalization)
</pre>
</div>
</content>
</entry>
<entry>
<title>settings.py: Use BASE_DIR in template directories</title>
<updated>2018-10-18T04:37:42+00:00</updated>
<author>
<name>Kyle McFarland</name>
<email>tfkyle@gmail.com</email>
</author>
<published>2018-10-18T04:37:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.gpio.ca/kyle/coding-assignment/commit/?id=bfdc219f139bf9645f29b95bf4cc7824138f87b7'/>
<id>bfdc219f139bf9645f29b95bf4cc7824138f87b7</id>
<content type='text'>
Previously environments where the cwd wasn't the project root would
except looking for base.html using a relative path, this fixes that to
use an absolute path instead. (fixes running with apache + mod_wsgi)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously environments where the cwd wasn't the project root would
except looking for base.html using a relative path, this fixes that to
use an absolute path instead. (fixes running with apache + mod_wsgi)
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit of the coding assignment base project</title>
<updated>2018-10-04T18:14:39+00:00</updated>
<author>
<name>workmai</name>
<email>iain.workman@lightsource.ca</email>
</author>
<published>2018-10-04T18:14:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.gpio.ca/kyle/coding-assignment/commit/?id=12d1f9fd979c11b9e3a3a89b1595b07569b88f79'/>
<id>12d1f9fd979c11b9e3a3a89b1595b07569b88f79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
