Skip to content

Commit

Permalink
chore: portfolio updated
Browse files Browse the repository at this point in the history
  • Loading branch information
CurtlyCritchlow committed Sep 1, 2023
1 parent b6fc29d commit 2729864
Show file tree
Hide file tree
Showing 8 changed files with 545 additions and 146 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/atDataBrowser/atDataBrowser_home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/sshe/sshe_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/sshe/sshe_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
161 changes: 161 additions & 0 deletions gpmf.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
<div id="gpmf" class="col mb-4">
<!-- Card -->
<div class="card chart-card">

<!-- Card content -->
<div class="card-body pb-0">

<!-- Title -->

<!-- Text -->

<div class="d-flex justify-content-center">
<p class="display-4 text-center "><a href="https://gpmf.herokuapp.com">Guyana Performance
Measurement Framework
</a></p>

</div>

</div>

<!-- Classic tabs -->
<div class="classic-tabs">

<!-- Nav tabs -->
<ul class="nav tabs-white nav-fill" role="tablist">
<li class="nav-item ml-0">
<a class="nav-link waves-light active" data-toggle="tab" href="#panelgpmfintroduction"
role="tab">Introduction</a>
</li>
<li class="nav-item">
<a class="nav-link waves-light" data-toggle="tab" href="#panelgpmfpurposeandgoal" role="tab">Purpose
and Goal</a>
</li>
<li class="nav-item">
<a class="nav-link waves-light" data-toggle="tab" href="#panelgpmfspotlight"
role="tab">Spotlight</a>
</li>
<li class="nav-item">
<a class="nav-link waves-light" data-toggle="tab" href="#panelgpmfcurrentstatus" role="tab">Current
Status</a>
</li>
<li class="nav-item">
<a class="nav-link waves-light" data-toggle="tab" href="#panelgpmflessonlearned" role="tab">Lessons
Learned</a>
</li>
</ul>

<div class="tab-content rounded-bottom">
<!--Panel 1-->
<div class="tab-pane fade in show active" id="panelgpmfintroduction" role="tabpanel">
<div>

<p class="project-content">
The Guyana Performance Measurement Framework is intended to transform Volume 2 of the
Budget Estimates to a web-based platform which will facilitate real-time entry of data on
the national performance indicators being reported in the Estimate.
</p>


<p class="project-content">
This project was build using Django and hosted on Heroku.
</p>
<p class="project-content">
Note: Heroku hobby plan was removed so website currently unavailable.
</p>


</div>
</div>
<!--/.Panel 1-->
<!--Panel 2-->
<div class="tab-pane fade" id="panelgpmfpurposeandgoal" role="tabpanel">
<div>

<p class="project-content">
This website was built to allow for increased availability of information on the
performance of central government agencies in Guyana. Government agencies will be able to
access this platform to
upload their respective indicator data.
</p>
<p class="project-content">
Overall, this site will collect and report on national
performance across all sectors.
</p>
<p>
This project was developed by constant communication with the client to understand what
features and UX they wanted.
</p>

</div>
</div>
<!--/.Panel 2-->
<!--Panel 3-->
<div class="tab-pane fade" id="panelgpmfspotlight" role="tabpanel">
<div>
<p class="project-content">
My favorite part of the project was designing the database schema.
</p>
<p class="project-content">
The most challenging part of the project was implementing the authorization feature. They
are two level of authorization; data providers and data verifiers.
</p>

<p class="project-content">
Each government agency is responsible for reporting on and verifying their national
performance
indicators. National Performance indicator results are only displayed when the data
verifier verifies the data recorded by the data provider. Every time the data provider
records data, an email is sent to the responsible data verifier with a link to the page
requesting their permission to verify the data.
</p>

<p class="project-content">

</p>


<p class="project-content ">
I'm grateful that I was able to build a software to solve an issue of national
importance.
</p>

</div>
</div>
<!--/.Panel 3-->
<!--Panel 3-->
<div class="tab-pane fade" id="panelgpmfcurrentstatus" role="tabpanel">
<div>
<p class="prject-content">
Currently, the Ministry of Finance is entering the preliminary data needed before the
government agencies can begin reporting on their national performance indicators.
</p>

</div>
</div>
<!--/.Panel 3-->
<!--Panel 3-->
<div class="tab-pane fade" id="panelgpmflessonlearned" role="tabpanel">
<div>
<p>This project has been a wonderful learning opportunity. I learned the following;
</p>

<ul>
<li>The importance of
implementing adequate validation before data is made publicly available.
</li>
<li>Django Signals</li>
<li>How to receive feedback from client and implement the necessary changes</li>
</ul>

</div>
</div>
<!--/.Panel 3-->
</div>

</div>
<!-- Classic tabs -->

</div>
<!-- Card -->
</div>
Loading

0 comments on commit 2729864

Please sign in to comment.