Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
jlaney authored Aug 13, 2024
2 parents f7a7851 + b427d7a commit 2ec82b4
Showing 2 changed files with 37 additions and 0 deletions.
35 changes: 35 additions & 0 deletions mdot/templates/mdot/developers/request.html
Original file line number Diff line number Diff line change
@@ -12,6 +12,40 @@ <h2 class="mdot-subhead" id="page_header">Request Developer Access</h2>
<p class="article intro">
Ready to submit your app for inclusion in the UW Development App Stores? Does it meet our <a href="/developers/guidelines">publishing guidelines</a>?
</p>
<p class="article intro">
Please email <a href="mailto:{{ service_email }}">{{ service_email }}</a> with the following information:
</p>
<p>
App Information
<ul style="list-style-type: disc; margin-left: 2em;">
<li>App Name</li>
<li>Developer Program you're requesting access to</li>
</ul>
</p>
<p>
Developer Contact
<p>This portion of the form should be filled out with the details of the person who will be serving as the Primary Developer.<p>
<p>The Primary Developer will be responsible for code maintenance and app distribution.</p>
<ul style="list-style-type: disc; margin-left: 2em;">
<li>First and Last Name</li>
<li>UW NetID</li>
<li>Email</li>
</ul>
</p>
<p>
Sponsor Contact
<p>This portion of the form should be filled out with the details of the person who will be serving as the App Sponsor. The sponsor is a Director or above (or equivalent) at unit level within the University of Washington.</p>
<p>The App Sponsor will be notified and asked to agree to the sponsor terms and conditions.</p>
<ul style="list-style-type: disc; margin-left: 2em;">
<li>First and Last Name</li>
<li>UW NetID</li>
<li>Email</li>
<li>Title</li>
<li>Department</li>
<li>Unit</li>
</ul>
</p>
<!-- disable form b/c email isn't working
<p class="article intro">
If so, please fill out the form below. We will process your request and let you know the next steps.
</p>
@@ -77,6 +111,7 @@ <h3 class="form-heading">Sponsor Contact:</h3>
<input type="submit" class="btn btn-primary" name="submit" value="Submit" />
</p>
</form>
-->
</div>
</div>
</div>
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -24,6 +24,8 @@
'user-agents',
'django-user-agents',
'UW-Django-SAML2',
'lxml==4.9.4',
'xmlsec==1.3.13'
],
license='Apache License, Version 2.0',
description='Mobile UW web application',

0 comments on commit 2ec82b4

Please sign in to comment.