Skip to content

Commit

Permalink
Fix minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
GustavoMiguelValencia committed May 4, 2022
1 parent 71f67bd commit 56ab156
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion process.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h2 class="fw-bolder">Project Description</h2>
<h2 class="fw-bolder">Schedule, Resources, and Budget</h2>
<p class="lead fw-normal text-muted mb-0">
A simplified overview of our schedule showing the project plan can be seen below. SuperGeeks must complete initial development on GeekSurvey by May of 2022.
Development strategy details can be found in documents such as Technical Feasibility, Requirements Specification, and Software Design Document. As of April 2022, the project has
Development strategy details can be found in documents such as Technical Feasibility, Requirements Specification, Software Design Document, and the Final As-Built Report. As of May 2022, the project has
not used any monetary resources, as it is hosted for free through Oracle Cloud.
Current progress is a feature-complete MVP and a git repository for GeekSurvey which can be found at the official <a class="text-muted mb-0" href="https://github.com/NAU-SuperGeeks">SuperGeeks GitHub organization</a>.
</p><br>
Expand Down
4 changes: 2 additions & 2 deletions solution.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ <h2 class="fw-bolder">Envisioned Solution</h2>
with PayPal to handle payment processing. This allows users to add funding to studies and be compensated for their participation.
</p><br>
<p class="lead fw-normal text-muted mb-0">
GeekSurvey is currently a dynamic and modern site with a Bootstrap 5 frontend and a Django backend. As of April 2022, we are currently hosting a live development version of the project on an Oracle Cloud virual private server.
GeekSurvey is currently a dynamic and modern site with a Bootstrap 5 frontend and a Django backend. As of May 2022, we are currently hosting a live development version of the project on an Oracle Cloud virual private server.
</p><br>
<div style="text-align:center;"><img width="50%" src="assets/images/SG-ArchitectureV2.png" alt="This shows GeekSurvey's current architecture"></div><br>
<p class="lead fw-normal text-muted mb-0">
Given that GeekSurvey is a Django web application, we utilize the Model-View-Template architecture. As can be seen above, every action in GeekSurvey is initiated by an HTTP request from the user. This HTTP request goes through
the GeekSurvey Django web application, where it is then passed as an argument to the associated view function in the views.py file. Depending on the type of HTTP request, the view function may read from or write to the database.
Then, the view renders the appropriate template. Django utilizes a library called Jinja2, which allows us to dynamically load a page with information from the database. Once this template is rendered, it is returned to the user as
a regular HTTP response. For a detailed walk through of GeekSurvey, please refer to the Prototype Review section of our most recent <a class="text-muted mb-0" href="assets/docs/SG-DesignReview3.pdf">presentation</a>.
a regular HTTP response. For a detailed walk through of GeekSurvey, please refer to the Prototype Review section of our most recent <a class="text-muted mb-0" href="assets/docs/SG-FinalUGRADSPresentation.pdf">presentation</a>.
</p><br>
</div>
</div>
Expand Down

0 comments on commit 56ab156

Please sign in to comment.