<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://online.spectraqest.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Shane.rowley</id>
	<title>QESTonline - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://online.spectraqest.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Shane.rowley"/>
	<link rel="alternate" type="text/html" href="http://online.spectraqest.com/index.php/Special:Contributions/Shane.rowley"/>
	<updated>2026-04-07T13:04:46Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>http://online.spectraqest.com/index.php?title=QESTNET_Internal:QESTNET_Projects_Quick_Reference_Guide_casino&amp;diff=31195</id>
		<title>QESTNET Internal:QESTNET Projects Quick Reference Guide casino</title>
		<link rel="alternate" type="text/html" href="http://online.spectraqest.com/index.php?title=QESTNET_Internal:QESTNET_Projects_Quick_Reference_Guide_casino&amp;diff=31195"/>
		<updated>2017-10-16T22:59:09Z</updated>

		<summary type="html">&lt;p&gt;Shane.rowley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;font color=&amp;quot;blue&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;blue&amp;lt;/font&amp;gt; represents a new project or the project has been repurposed.&lt;br /&gt;
===Projects===&lt;br /&gt;
====Lumpsucker====&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Available in 4.6 and onwards.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lumpsucker is the codename for a bunch of libraries which provide design tools for mapping QEST data into PDF and Excel documents, and the supporting libraries to import and export data to/from those files.&lt;br /&gt;
&lt;br /&gt;
=====Lumpsucker.Core=====&lt;br /&gt;
Logging and schema.&lt;br /&gt;
=====Lumpsucker.Core.Contracts=====&lt;br /&gt;
Defined external facing interfaces; namely the exchange between the form and the pdf, and the form and qest entities.&lt;br /&gt;
=====Lumpsucker.Core.Repository=====&lt;br /&gt;
The Forms project provides classes which support the following concepts:&lt;br /&gt;
 * templates: an exchange source which has mappings within it such that it can act as an IExchangeSource,&lt;br /&gt;
   but which doesn&#039;t actually contain data.&lt;br /&gt;
 * forms: instances of templates i.e. which have had specific data merged into them, and likely pertain&lt;br /&gt;
   to a specific user, project, client etc.&lt;br /&gt;
&lt;br /&gt;
Both templates and forms are assumed to have some streamable form, i.e. can be represented by a file &lt;br /&gt;
on disk or in memory.&lt;br /&gt;
&lt;br /&gt;
This project provides some repository classes which allow basic management of templates and forms&lt;br /&gt;
through a common interface. There are also some cache classes (yet to be implemented) which will&lt;br /&gt;
probably be necessary to avoid heavy blob traffic to/from the database. &lt;br /&gt;
&lt;br /&gt;
It will also be important to implement repositories / caches which can work across process boundaries&lt;br /&gt;
(and eventually, network boundaries), as forms will need to be accessed via both QESTField and QESTNET.&lt;br /&gt;
=====Lumpsucker.Design=====&lt;br /&gt;
Shares similarities to User Document mapping. Formwork for the design schema.&lt;br /&gt;
=====Lumpsucker.Design.OutlookBar=====&lt;br /&gt;
This code originated from http://www.codeproject.com/Articles/17586/Rich-OutlookBar-in-XP-and-Vista-style so any credit is due there. That code is licensed under the Code Project Open License (CPOL) as outlined at http://www.codeproject.com/info/cpol10.aspx. My interpretation of the license is that we are free to modify and commercially use the code freely.&lt;br /&gt;
=====Lumpsucker.Design.Pdf=====&lt;br /&gt;
Known incompatibilities between the FieldsControl here vs the Design.Excel control&lt;br /&gt;
1) The Design.Pdf control expects the icon binary in the XSD to be in PNG format, the Design.Excel control expects Icon format (or maybe bitmap?)&lt;br /&gt;
2) Different properties available in property grid control&lt;br /&gt;
=====Lumpsucker.QestEntity=====&lt;br /&gt;
Connects the form to qest entities&lt;br /&gt;
=====Lumpsucker.Pdf=====&lt;br /&gt;
Connects the form to the pdf&lt;br /&gt;
=====Lumpsucker.Tests=====&lt;br /&gt;
Unit tests for lumpsucker&lt;br /&gt;
=====PdfiumViewer=====&lt;br /&gt;
This is a submodule of the pdfiumviewer.qn repository. 3rd party library.&lt;br /&gt;
====QESTNET.Service====&lt;br /&gt;
=====QEST.Core=====&lt;br /&gt;
General helper and extension classes for .NET, that are not specific to QESTLab functionality.&lt;br /&gt;
=====QEST.Core.Units=====&lt;br /&gt;
Defines all the units. If you need a unit which does not exist this is where you add it (e.g., you may need to add Becquerel for radioactivity).&lt;br /&gt;
=====QEST.QMapper=====&lt;br /&gt;
A mapping engine, customised predominantly to be used to map QESTLab.Data to QESTLab.Entities.&lt;br /&gt;
=====QESTNET=====&lt;br /&gt;
The QESTNET service. The app.config file in this project is where the majority of configuration properties are set. If you need to edit any configuration for qestnet it is probably in here. Also this project has pre/post build events to stop/start the qestnet service which can be handy.&lt;br /&gt;
=====QESTNET.Configuration=====&lt;br /&gt;
Defines app.config configuration properties.&lt;br /&gt;
=====QESTNET.Contracts=====&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Contains the interfaces and data contracts required by any QESTNET client.&amp;lt;/font&amp;gt;&lt;br /&gt;
=====QESTNET.Core=====&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Contains a small number of interfaces common to both the internal Engine and external Contracts.&amp;lt;/font&amp;gt;&lt;br /&gt;
=====QESTNET.Engine=====&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Contains the internal management of QESTNET users, sessions and clients.&amp;lt;/font&amp;gt;&lt;br /&gt;
=====QESTNET.Sessions=====&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Retains only the specific base implementations of components which QESTNET sessions types (Lab, Integration etc.) can use. The LabSession, IntegrationSession and DataBackboneSession all extend this class.&amp;lt;/font&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
====QESTNET.Sessions.Lab====&lt;br /&gt;
=====QESTLab.Containers=====&lt;br /&gt;
Containers hold data and processes hold actions. These are the predominant form of communication between the LabSession and the QESTField web server.&lt;br /&gt;
=====QESTLab.Containers.Standard=====&lt;br /&gt;
&amp;lt;font color=&amp;quot;red&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Please add details&amp;lt;/font&amp;gt;&lt;br /&gt;
=====QESTLab.Contracts=====&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Contains all the core interfaces and DataContract classes that a client connecting to QESTNET and using the Lab session needs. Referencing this DLL replaces the Service Reference in clients such as QESTField. The contents of QESTLab.Contracts have been collected moved there from QESTLab.Containers, QESTLab.Sessions.Lab.&amp;lt;/font&amp;gt;&lt;br /&gt;
=====QESTLab.Contracts.Models=====&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;QESTLab.Models was renamed to QESTLab.Contracts.Models and becomes the other core contract assembly which QESTNET Lab session clients need to reference.&amp;lt;/font&amp;gt;&lt;br /&gt;
=====QESTLab.Core=====&lt;br /&gt;
General helper and extension classes that are specific to qestlab functionality.&lt;br /&gt;
=====QESTLab.Data=====&lt;br /&gt;
Entity Framework (EF) implementation for the QESTLab database. EF is an object-relational mapper (ORM). It loads and saves data to and from the QESTLab database.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Former project QESTLab.Data.Rules was consolidated into QESTLab.Data&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====QESTLab.Entities=====&lt;br /&gt;
Data objects which better match what we would like the data in the database to resemble.&lt;br /&gt;
=====QESTLab.Entities.Rules=====&lt;br /&gt;
The &amp;quot;Business Rules&amp;quot; to run on entities. Mostly these rules are related to specific test entities and include all the calculations for the given test. The rules are run often and should be designed with performance in mind.&lt;br /&gt;
=====QESTLab.Publish=====&lt;br /&gt;
&amp;lt;font color=&amp;quot;red&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Please add details&amp;lt;/font&amp;gt;&lt;br /&gt;
=====QESTLab.Reports.Composition=====&lt;br /&gt;
&amp;lt;font color=&amp;quot;red&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Please add details&amp;lt;/font&amp;gt;&lt;br /&gt;
=====QESTLab.Reports.Layout=====&lt;br /&gt;
&amp;lt;font color=&amp;quot;red&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Please add details&amp;lt;/font&amp;gt;&lt;br /&gt;
=====QESTLab.Reports.Sources=====&lt;br /&gt;
&amp;lt;font color=&amp;quot;red&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Please add details&amp;lt;/font&amp;gt;&lt;br /&gt;
=====QESTLab.Reports.Sources.Builders=====&lt;br /&gt;
&amp;lt;font color=&amp;quot;red&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Please add details&amp;lt;/font&amp;gt;&lt;br /&gt;
=====QESTLab.Models=====&lt;br /&gt;
Serializable data objects which represent data to be sent to a client (e.g., QESTField).&lt;br /&gt;
=====QESTLab.Repository=====&lt;br /&gt;
An ORM of QESTLab.Entities which allows loading and saving to the QESTLab database using QESTLab.Entities objects. Includes the mapping of QESTLab.Data and QESTLab.Entities. The QestEntityContext class in this project is how all higher level projects such as Entities.Rules and Workflow access the database. It is the equivalent of the QLO.Connection in QESTLab.&lt;br /&gt;
=====QESTLab.Workflow=====&lt;br /&gt;
The presentation layer to be sent to a client (e.g., QESTField). This includes everything related to creating workflows, containers, processes and mapping models and entities.&lt;br /&gt;
=====QESTNET.Sessions.Lab=====&lt;br /&gt;
The lab session service contract and implementation.&lt;br /&gt;
=====QESTNET.Tester=====&lt;br /&gt;
A simple console application which you can use to call any other parts of QESTNET for testing purposes. Can be run by selecting “Set as StartUp project” and then pressing Start Debugging (F5).&lt;br /&gt;
----&lt;br /&gt;
====QESTNET.Sessions.Integration====&lt;br /&gt;
=====QESTNET.Integration=====&lt;br /&gt;
Base code for standard integrators which access the QESTLab database.&lt;br /&gt;
=====QESTNET.Integration.Console=====&lt;br /&gt;
A windows application (GUI) for configuring and running integrators for the IntegrationSession. Can be run by selecting “Set as StartUp project” and then pressing Start Debugging (F5).&lt;br /&gt;
=====QESTNET.Sessions.Integration=====&lt;br /&gt;
The integration session service contract and implementation.&lt;br /&gt;
----&lt;br /&gt;
====QESTNET.Integration.Portal====&lt;br /&gt;
=====QESTNET.Integration.Portal=====&lt;br /&gt;
Import/Export integrators for Hive. These can be called using the IntegrationSession. They are currently used only for the Fugro system and are called by Hive, QESTLab and the QESTNET LabSession.&lt;br /&gt;
----&lt;br /&gt;
====QESTNET.Custom====&lt;br /&gt;
=====QESTNET.Custom.*=====&lt;br /&gt;
Customer specific extensions. Mostly integrations to specific configurations of third party software.&lt;br /&gt;
=====QESTNET.Custom.Fugro.DataBackbone=====&lt;br /&gt;
The databackbone session service contract. Used for the integration of Hive, QESTLab and QESTNET with Fugro’s databackbone product.&lt;br /&gt;
----&lt;br /&gt;
====QESTField====&lt;br /&gt;
=====QESTField=====&lt;br /&gt;
A website client for the QESTNET LabSession service.&lt;br /&gt;
*Content - The css and any images for the website.&lt;br /&gt;
*Controllers - Determines what happens for any given action on a page&lt;br /&gt;
*Helpers - Functions used throughout the rest of the code.&lt;br /&gt;
*Models - Any extra models.  The majority of models used are QESTLab.Models accessed via the service reference.&lt;br /&gt;
*Scripts - A bunch of javascript which in general is used anytime QESTField does something cool.&lt;br /&gt;
*Views - Bits of html which are added together to create web pages. Majority of it has one to one mappings with QESTLab.Models.&lt;br /&gt;
=====QESTField.Common=====&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Contains components from QESTField project which are shared with other custom view projects.&amp;lt;/font&amp;gt;&lt;br /&gt;
=====QESTField.DynamicForms=====&lt;br /&gt;
A swathe of code used to dynamically create html for the DisplayElementView model. This model is generated from Kitsune data. In general QESTField is moving away from this dynamically created html to the specific html found in the Views folder for individual QESTLab.Models.&lt;/div&gt;</summary>
		<author><name>Shane.rowley</name></author>
	</entry>
	<entry>
		<id>http://online.spectraqest.com/index.php?title=QESTNET_Internal:QESTNET_Projects_Quick_Reference_Guide_casino&amp;diff=31179</id>
		<title>QESTNET Internal:QESTNET Projects Quick Reference Guide casino</title>
		<link rel="alternate" type="text/html" href="http://online.spectraqest.com/index.php?title=QESTNET_Internal:QESTNET_Projects_Quick_Reference_Guide_casino&amp;diff=31179"/>
		<updated>2017-10-12T23:37:30Z</updated>

		<summary type="html">&lt;p&gt;Shane.rowley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;font color=&amp;quot;blue&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;blue&amp;lt;/font&amp;gt; represents a new project or the project has been repurposed.&lt;br /&gt;
===Projects===&lt;br /&gt;
====Lumpsucker====&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Available in 4.6 and onwards.&amp;lt;/font&amp;gt;&lt;br /&gt;
=====Lumpsucker.Core=====&lt;br /&gt;
=====Lumpsucker.Core.Contracts=====&lt;br /&gt;
=====Lumpsucker.Core.Forms=====&lt;br /&gt;
=====Lumpsucker.Design=====&lt;br /&gt;
=====Lumpsucker.Design.OutlookBar=====&lt;br /&gt;
=====Lumpsucker.Design.Pdf=====&lt;br /&gt;
=====Lumpsucker.Internal=====&lt;br /&gt;
=====Lumpsucker.Pdf=====&lt;br /&gt;
=====Lumpsucker.Tests=====&lt;br /&gt;
=====PdfiumViewer=====&lt;br /&gt;
=====PdfiumViewer.Tests=====&lt;br /&gt;
====QESTNET.Service====&lt;br /&gt;
=====QEST.Core=====&lt;br /&gt;
General helper and extension classes for .NET, that are not specific to QESTLab functionality.&lt;br /&gt;
=====QEST.Core.Units=====&lt;br /&gt;
Defines all the units. If you need a unit which does not exist this is where you add it (e.g., you may need to add Becquerel for radioactivity).&lt;br /&gt;
=====QEST.QMapper=====&lt;br /&gt;
A mapping engine, customised predominantly to be used to map QESTLab.Data to QESTLab.Entities.&lt;br /&gt;
=====QESTNET=====&lt;br /&gt;
The QESTNET service. The app.config file in this project is where the majority of configuration properties are set. If you need to edit any configuration for qestnet it is probably in here. Also this project has pre/post build events to stop/start the qestnet service which can be handy.&lt;br /&gt;
=====QESTNET.Configuration=====&lt;br /&gt;
Defines app.config configuration properties.&lt;br /&gt;
=====QESTNET.Contracts=====&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Contains the interfaces and data contracts required by any QESTNET client.&amp;lt;/font&amp;gt;&lt;br /&gt;
=====QESTNET.Core=====&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Contains a small number of interfaces common to both the internal Engine and external Contracts.&amp;lt;/font&amp;gt;&lt;br /&gt;
=====QESTNET.Engine=====&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Contains the internal management of QESTNET users, sessions and clients.&amp;lt;/font&amp;gt;&lt;br /&gt;
=====QESTNET.Sessions=====&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Retains only the specific base implementations of components which QESTNET sessions types (Lab, Integration etc.) can use. The LabSession, IntegrationSession and DataBackboneSession all extend this class.&amp;lt;/font&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
====QESTNET.Sessions.Lab====&lt;br /&gt;
=====QESTLab.Containers=====&lt;br /&gt;
Containers hold data and processes hold actions. These are the predominant form of communication between the LabSession and the QESTField web server.&lt;br /&gt;
=====QESTLab.Containers.Standard=====&lt;br /&gt;
&amp;lt;font color=&amp;quot;red&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Please add details&amp;lt;/font&amp;gt;&lt;br /&gt;
=====QESTLab.Contracts=====&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Contains all the core interfaces and DataContract classes that a client connecting to QESTNET and using the Lab session needs. Referencing this DLL replaces the Service Reference in clients such as QESTField. The contents of QESTLab.Contracts have been collected moved there from QESTLab.Containers, QESTLab.Sessions.Lab.&amp;lt;/font&amp;gt;&lt;br /&gt;
=====QESTLab.Contracts.Models=====&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;QESTLab.Models was renamed to QESTLab.Contracts.Models and becomes the other core contract assembly which QESTNET Lab session clients need to reference.&amp;lt;/font&amp;gt;&lt;br /&gt;
=====QESTLab.Core=====&lt;br /&gt;
General helper and extension classes that are specific to qestlab functionality.&lt;br /&gt;
=====QESTLab.Data=====&lt;br /&gt;
Entity Framework (EF) implementation for the QESTLab database. EF is an object-relational mapper (ORM). It loads and saves data to and from the QESTLab database.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Former project QESTLab.Data.Rules was consolidated into QESTLab.Data&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====QESTLab.Entities=====&lt;br /&gt;
Data objects which better match what we would like the data in the database to resemble.&lt;br /&gt;
=====QESTLab.Entities.Rules=====&lt;br /&gt;
The &amp;quot;Business Rules&amp;quot; to run on entities. Mostly these rules are related to specific test entities and include all the calculations for the given test. The rules are run often and should be designed with performance in mind.&lt;br /&gt;
=====QESTLab.Publish=====&lt;br /&gt;
&amp;lt;font color=&amp;quot;red&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Please add details&amp;lt;/font&amp;gt;&lt;br /&gt;
=====QESTLab.Reports.Composition=====&lt;br /&gt;
&amp;lt;font color=&amp;quot;red&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Please add details&amp;lt;/font&amp;gt;&lt;br /&gt;
=====QESTLab.Reports.Layout=====&lt;br /&gt;
&amp;lt;font color=&amp;quot;red&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Please add details&amp;lt;/font&amp;gt;&lt;br /&gt;
=====QESTLab.Reports.Sources=====&lt;br /&gt;
&amp;lt;font color=&amp;quot;red&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Please add details&amp;lt;/font&amp;gt;&lt;br /&gt;
=====QESTLab.Reports.Sources.Builders=====&lt;br /&gt;
&amp;lt;font color=&amp;quot;red&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Please add details&amp;lt;/font&amp;gt;&lt;br /&gt;
=====QESTLab.Models=====&lt;br /&gt;
Serializable data objects which represent data to be sent to a client (e.g., QESTField).&lt;br /&gt;
=====QESTLab.Repository=====&lt;br /&gt;
An ORM of QESTLab.Entities which allows loading and saving to the QESTLab database using QESTLab.Entities objects. Includes the mapping of QESTLab.Data and QESTLab.Entities. The QestEntityContext class in this project is how all higher level projects such as Entities.Rules and Workflow access the database. It is the equivalent of the QLO.Connection in QESTLab.&lt;br /&gt;
=====QESTLab.Workflow=====&lt;br /&gt;
The presentation layer to be sent to a client (e.g., QESTField). This includes everything related to creating workflows, containers, processes and mapping models and entities.&lt;br /&gt;
=====QESTNET.Sessions.Lab=====&lt;br /&gt;
The lab session service contract and implementation.&lt;br /&gt;
=====QESTNET.Tester=====&lt;br /&gt;
A simple console application which you can use to call any other parts of QESTNET for testing purposes. Can be run by selecting “Set as StartUp project” and then pressing Start Debugging (F5).&lt;br /&gt;
----&lt;br /&gt;
====QESTNET.Sessions.Integration====&lt;br /&gt;
=====QESTNET.Integration=====&lt;br /&gt;
Base code for standard integrators which access the QESTLab database.&lt;br /&gt;
=====QESTNET.Integration.Console=====&lt;br /&gt;
A windows application (GUI) for configuring and running integrators for the IntegrationSession. Can be run by selecting “Set as StartUp project” and then pressing Start Debugging (F5).&lt;br /&gt;
=====QESTNET.Sessions.Integration=====&lt;br /&gt;
The integration session service contract and implementation.&lt;br /&gt;
----&lt;br /&gt;
====QESTNET.Integration.Portal====&lt;br /&gt;
=====QESTNET.Integration.Portal=====&lt;br /&gt;
Import/Export integrators for Hive. These can be called using the IntegrationSession. They are currently used only for the Fugro system and are called by Hive, QESTLab and the QESTNET LabSession.&lt;br /&gt;
----&lt;br /&gt;
====QESTNET.Custom====&lt;br /&gt;
=====QESTNET.Custom.*=====&lt;br /&gt;
Customer specific extensions. Mostly integrations to specific configurations of third party software.&lt;br /&gt;
=====QESTNET.Custom.Fugro.DataBackbone=====&lt;br /&gt;
The databackbone session service contract. Used for the integration of Hive, QESTLab and QESTNET with Fugro’s databackbone product.&lt;br /&gt;
----&lt;br /&gt;
====QESTField====&lt;br /&gt;
=====QESTField=====&lt;br /&gt;
A website client for the QESTNET LabSession service.&lt;br /&gt;
*Content - The css and any images for the website.&lt;br /&gt;
*Controllers - Determines what happens for any given action on a page&lt;br /&gt;
*Helpers - Functions used throughout the rest of the code.&lt;br /&gt;
*Models - Any extra models.  The majority of models used are QESTLab.Models accessed via the service reference.&lt;br /&gt;
*Scripts - A bunch of javascript which in general is used anytime QESTField does something cool.&lt;br /&gt;
*Views - Bits of html which are added together to create web pages. Majority of it has one to one mappings with QESTLab.Models.&lt;br /&gt;
=====QESTField.Common=====&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Contains components from QESTField project which are shared with other custom view projects.&amp;lt;/font&amp;gt;&lt;br /&gt;
=====QESTField.DynamicForms=====&lt;br /&gt;
A swathe of code used to dynamically create html for the DisplayElementView model. This model is generated from Kitsune data. In general QESTField is moving away from this dynamically created html to the specific html found in the Views folder for individual QESTLab.Models.&lt;/div&gt;</summary>
		<author><name>Shane.rowley</name></author>
	</entry>
	<entry>
		<id>http://online.spectraqest.com/index.php?title=File:QESTLab_List_-_Unlocked.PNG&amp;diff=30935</id>
		<title>File:QESTLab List - Unlocked.PNG</title>
		<link rel="alternate" type="text/html" href="http://online.spectraqest.com/index.php?title=File:QESTLab_List_-_Unlocked.PNG&amp;diff=30935"/>
		<updated>2017-05-10T03:09:29Z</updated>

		<summary type="html">&lt;p&gt;Shane.rowley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Shane.rowley</name></author>
	</entry>
	<entry>
		<id>http://online.spectraqest.com/index.php?title=File:QESTLab_List_-_Locked.PNG&amp;diff=30934</id>
		<title>File:QESTLab List - Locked.PNG</title>
		<link rel="alternate" type="text/html" href="http://online.spectraqest.com/index.php?title=File:QESTLab_List_-_Locked.PNG&amp;diff=30934"/>
		<updated>2017-05-10T03:09:22Z</updated>

		<summary type="html">&lt;p&gt;Shane.rowley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Shane.rowley</name></author>
	</entry>
	<entry>
		<id>http://online.spectraqest.com/index.php?title=File:QESTLab_Lists_-_Filter_With_Inactives.png&amp;diff=30932</id>
		<title>File:QESTLab Lists - Filter With Inactives.png</title>
		<link rel="alternate" type="text/html" href="http://online.spectraqest.com/index.php?title=File:QESTLab_Lists_-_Filter_With_Inactives.png&amp;diff=30932"/>
		<updated>2017-05-10T03:03:03Z</updated>

		<summary type="html">&lt;p&gt;Shane.rowley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Shane.rowley</name></author>
	</entry>
	<entry>
		<id>http://online.spectraqest.com/index.php?title=File:QESTLab_Lists_-_Filter_Without_Inactives.png&amp;diff=30931</id>
		<title>File:QESTLab Lists - Filter Without Inactives.png</title>
		<link rel="alternate" type="text/html" href="http://online.spectraqest.com/index.php?title=File:QESTLab_Lists_-_Filter_Without_Inactives.png&amp;diff=30931"/>
		<updated>2017-05-10T03:02:55Z</updated>

		<summary type="html">&lt;p&gt;Shane.rowley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Shane.rowley</name></author>
	</entry>
	<entry>
		<id>http://online.spectraqest.com/index.php?title=File:QESTLab_Lists_-_Filter2.png&amp;diff=30928</id>
		<title>File:QESTLab Lists - Filter2.png</title>
		<link rel="alternate" type="text/html" href="http://online.spectraqest.com/index.php?title=File:QESTLab_Lists_-_Filter2.png&amp;diff=30928"/>
		<updated>2017-05-10T02:54:19Z</updated>

		<summary type="html">&lt;p&gt;Shane.rowley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Shane.rowley</name></author>
	</entry>
	<entry>
		<id>http://online.spectraqest.com/index.php?title=File:QESTLab_Lists_-_Inactive_Out_Dropdown.png&amp;diff=30926</id>
		<title>File:QESTLab Lists - Inactive Out Dropdown.png</title>
		<link rel="alternate" type="text/html" href="http://online.spectraqest.com/index.php?title=File:QESTLab_Lists_-_Inactive_Out_Dropdown.png&amp;diff=30926"/>
		<updated>2017-05-10T02:46:50Z</updated>

		<summary type="html">&lt;p&gt;Shane.rowley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Shane.rowley</name></author>
	</entry>
	<entry>
		<id>http://online.spectraqest.com/index.php?title=File:QESTLab_Lists_-_Inactive_Filter_In.png&amp;diff=30925</id>
		<title>File:QESTLab Lists - Inactive Filter In.png</title>
		<link rel="alternate" type="text/html" href="http://online.spectraqest.com/index.php?title=File:QESTLab_Lists_-_Inactive_Filter_In.png&amp;diff=30925"/>
		<updated>2017-05-10T02:46:41Z</updated>

		<summary type="html">&lt;p&gt;Shane.rowley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Shane.rowley</name></author>
	</entry>
	<entry>
		<id>http://online.spectraqest.com/index.php?title=File:QESTLab_Lists_-_Inactive_Filter_Out.png&amp;diff=30924</id>
		<title>File:QESTLab Lists - Inactive Filter Out.png</title>
		<link rel="alternate" type="text/html" href="http://online.spectraqest.com/index.php?title=File:QESTLab_Lists_-_Inactive_Filter_Out.png&amp;diff=30924"/>
		<updated>2017-05-10T02:46:29Z</updated>

		<summary type="html">&lt;p&gt;Shane.rowley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Shane.rowley</name></author>
	</entry>
	<entry>
		<id>http://online.spectraqest.com/index.php?title=File:QESTLab_List_-_Searching2.png&amp;diff=30918</id>
		<title>File:QESTLab List - Searching2.png</title>
		<link rel="alternate" type="text/html" href="http://online.spectraqest.com/index.php?title=File:QESTLab_List_-_Searching2.png&amp;diff=30918"/>
		<updated>2017-05-10T01:09:45Z</updated>

		<summary type="html">&lt;p&gt;Shane.rowley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Shane.rowley</name></author>
	</entry>
	<entry>
		<id>http://online.spectraqest.com/index.php?title=File:QESTLab_Lists2.png&amp;diff=30916</id>
		<title>File:QESTLab Lists2.png</title>
		<link rel="alternate" type="text/html" href="http://online.spectraqest.com/index.php?title=File:QESTLab_Lists2.png&amp;diff=30916"/>
		<updated>2017-05-10T01:01:22Z</updated>

		<summary type="html">&lt;p&gt;Shane.rowley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Shane.rowley</name></author>
	</entry>
</feed>