84 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			84 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<h2>Documentation</h2>
 | 
						|
 | 
						|
<p>
 | 
						|
  Find the API documentation here:
 | 
						|
  <a href="https://definma-api.apps.de1.bosch-iot-cloud.com/api-doc/">
 | 
						|
    https://definma-api.apps.de1.bosch-iot-cloud.com/api-doc/
 | 
						|
  </a><br>
 | 
						|
  Code repository UI
 | 
						|
  <a href="https://sourcecode.socialcoding.bosch.com/users/vle2fe/repos/definma-ui">
 | 
						|
    https://sourcecode.socialcoding.bosch.com/users/vle2fe/repos/definma-ui
 | 
						|
  </a><br>
 | 
						|
  Code repository API
 | 
						|
  <a href="https://sourcecode.socialcoding.bosch.com/users/vle2fe/repos/definma-api">
 | 
						|
    https://sourcecode.socialcoding.bosch.com/users/vle2fe/repos/definma-api
 | 
						|
  </a><br>
 | 
						|
</p>
 | 
						|
 | 
						|
<h4>Introduction</h4>
 | 
						|
 | 
						|
<p>
 | 
						|
  <a [href]="api.hostName + '/static/intro-presentation'">
 | 
						|
    View the presentation explaining the main functions
 | 
						|
  </a>
 | 
						|
</p>
 | 
						|
 | 
						|
<h4>User levels</h4>
 | 
						|
 | 
						|
<rb-table>
 | 
						|
  <tr>
 | 
						|
    <th></th>
 | 
						|
    <th>read sample data</th>
 | 
						|
    <th>add samples/edit own</th>
 | 
						|
    <th>read spectral data</th>
 | 
						|
    <th>edit other's data</th>
 | 
						|
    <th>maintain templates</th>
 | 
						|
    <th>edit users</th>
 | 
						|
  </tr>
 | 
						|
 | 
						|
  <tr>
 | 
						|
    <td>read</td>
 | 
						|
    <td><span class="rb-ic rb-ic-checkmark-frame"></span></td>
 | 
						|
    <td><span class="rb-ic rb-ic-abort-frame"></span></td>
 | 
						|
    <td><span class="rb-ic rb-ic-abort-frame"></span></td>
 | 
						|
    <td><span class="rb-ic rb-ic-abort-frame"></span></td>
 | 
						|
    <td><span class="rb-ic rb-ic-abort-frame"></span></td>
 | 
						|
    <td><span class="rb-ic rb-ic-abort-frame"></span></td>
 | 
						|
  </tr>
 | 
						|
 | 
						|
  <tr>
 | 
						|
    <td>write</td>
 | 
						|
    <td><span class="rb-ic rb-ic-checkmark-frame"></span></td>
 | 
						|
    <td><span class="rb-ic rb-ic-checkmark-frame"></span></td>
 | 
						|
    <td><span class="rb-ic rb-ic-abort-frame"></span></td>
 | 
						|
    <td><span class="rb-ic rb-ic-abort-frame"></span></td>
 | 
						|
    <td><span class="rb-ic rb-ic-abort-frame"></span></td>
 | 
						|
    <td><span class="rb-ic rb-ic-abort-frame"></span></td>
 | 
						|
  </tr>
 | 
						|
 | 
						|
  <tr>
 | 
						|
    <td>dev</td>
 | 
						|
    <td><span class="rb-ic rb-ic-checkmark-frame"></span></td>
 | 
						|
    <td><span class="rb-ic rb-ic-checkmark-frame"></span></td>
 | 
						|
    <td><span class="rb-ic rb-ic-checkmark-frame"></span></td>
 | 
						|
    <td><span class="rb-ic rb-ic-checkmark-frame"></span></td>
 | 
						|
    <td><span class="rb-ic rb-ic-checkmark-frame"></span></td>
 | 
						|
    <td><span class="rb-ic rb-ic-abort-frame"></span></td>
 | 
						|
  </tr>
 | 
						|
 | 
						|
  <tr>
 | 
						|
    <td>admin</td>
 | 
						|
    <td><span class="rb-ic rb-ic-checkmark-frame"></span></td>
 | 
						|
    <td><span class="rb-ic rb-ic-checkmark-frame"></span></td>
 | 
						|
    <td><span class="rb-ic rb-ic-checkmark-frame"></span></td>
 | 
						|
    <td><span class="rb-ic rb-ic-checkmark-frame"></span></td>
 | 
						|
    <td><span class="rb-ic rb-ic-checkmark-frame"></span></td>
 | 
						|
    <td><span class="rb-ic rb-ic-checkmark-frame"></span></td>
 | 
						|
  </tr>
 | 
						|
</rb-table>
 | 
						|
 | 
						|
<h4>Database model</h4>
 | 
						|
 | 
						|
<app-img-magnifier src="assets/imgs/db_structure_latest.svg" zoom="2" [magnifierSize]="{width: 400, height: 300}"
 | 
						|
                   id="db-structure"></app-img-magnifier>
 |