-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
382 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
dissertation/* linguist-vendored | ||
*.example linguist-detectable=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<!-- PROJECT LOGO --> | ||
<br /> | ||
<div align="center"> | ||
<p align="center"> | ||
<img alt="Portion Mate logo" src="https://portion-mate-glasgow.readthedocs.io/en/latest/assets/logo.png" height="250px"> | ||
|
||
<h3 align="center">Portion Mate</h3> | ||
<h5 align="center">Dissertation</h5> | ||
|
||
<p align="center"> | ||
<!-- BADGES / SHIELDS --> | ||
</p> | ||
</p> | ||
</div> | ||
<!-- PROJECT LOGO --> | ||
<br /> | ||
<div align="center"> | ||
<p align="center"> | ||
<img alt="Portion Mate logo" src="https://portion-mate.readthedocs.io/en/latest/assets/logo.png" height="250px"> | ||
|
||
<h3 align="center">Portion Mate</h3> | ||
<h5 align="center">Dissertation</h5> | ||
|
||
<p align="center"> | ||
<!-- BADGES / SHIELDS --> | ||
</p> | ||
</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,6 @@ README.md | |
*.json | ||
*.toml | ||
*.txt | ||
node_modules | ||
node_modules | ||
navigation | ||
GetStarted.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"datetime": "11-02-2021 11:00", | ||
"purpose": "Catchup", | ||
"location": "Zoom", | ||
"attendees": ["ineshbose", "oanaandrei"], | ||
"agenda": [ | ||
{ | ||
"item": "Evaluation questions", | ||
"description": ["Plans", "Feedback"] | ||
}, | ||
{ | ||
"item": "App deployment", | ||
"description": ["Research", "Progress"] | ||
} | ||
], | ||
"discussion": [ | ||
{ | ||
"item": "Evaluation", | ||
"who": ["ineshbose", "oanaandrei"], | ||
"notes": "Some question may seem redundant. The last part makes it tricky for how participants may feel. The interface section is good - inverting scale was not required since the questions themselves are inverted, however there can be a table with feedback for features." | ||
}, | ||
{ | ||
"item": "Deployment", | ||
"who": ["ineshbose"], | ||
"notes": "As of now, DigitalOcean seems a good plan - and could make use of GitHub education pack. Something should come in place." | ||
}, | ||
{ | ||
"item": "Following week plan", | ||
"who": "oanaandrei", | ||
"notes": "No meeting next week, however communication can happen over email if required. Deployment and evaluation should make good progress." | ||
} | ||
], | ||
"actions": [], | ||
"notes": "" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"datetime": "25-02-2021 11:00", | ||
"purpose": "Catchup", | ||
"location": "Zoom", | ||
"attendees": ["ineshbose", "oanaandrei"], | ||
"agenda": [ | ||
{ | ||
"item": "Evaluation", | ||
"description": ["Final evaluation"] | ||
}, | ||
{ | ||
"item": "Deployment", | ||
"description": ["Progress"] | ||
}, | ||
{ | ||
"item": "Dissertation", | ||
"description": ["Plans", "First draft review"] | ||
} | ||
], | ||
"discussion": [ | ||
{ | ||
"item": "Code changes", | ||
"who": "ineshbose", | ||
"notes": "Code was refactored and polished up - this includes updating dependencies, with some breakthrough practices like Bootstrap styles and ngrok activation." | ||
}, | ||
{ | ||
"item": "Evaluation", | ||
"who": "ineshbose", | ||
"notes": "Sections were polished based on feedback and all seems good to go. Few opinions on taken for feature questions being replaced with the suggested table format. The app documentation is also ready to compliment that." | ||
}, | ||
{ | ||
"item": "Deployment", | ||
"who": "ineshbose", | ||
"notes": "Deployment had hiccups, but committed to finish it this weekend so that evaluations can start on Monday." | ||
}, | ||
{ | ||
"item": "Dissertation", | ||
"who": ["oanaandrei", "ineshbose"], | ||
"notes": "The first draft should be turned in on 11 March, and the last meeting would be on 16 March. Next week, there should be a skeleton of the dissertation at the very least." | ||
} | ||
], | ||
"actions": [], | ||
"notes": "" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,22 @@ | ||
{% extends 'admin/base.html' %} | ||
|
||
{% block extrastyle %} | ||
{{ block.super }} | ||
{% extends 'admin/base.html' %} {% block extrastyle %} {{ block.super }} | ||
<style> | ||
:root { | ||
--primary: #fd7e14; | ||
--secondary: #ac560e; | ||
} | ||
</style> | ||
{% endblock %} | ||
|
||
{% block title %}{% if subtitle %}{{ subtitle }} | {% endif %}{{ title }} | Portion Mate Django Admin{% endblock %} | ||
|
||
{% block branding %} | ||
<h1 id="site-name"><a href="{% url 'admin:index' %}" style="color:#ffffff;"> | ||
<img src="https://portion-mate-glasgow.readthedocs.io/en/latest/assets/logo.png" width="30" height="30" style="display: inline-block!important;" alt=""> | ||
Portion Mate | ||
</a></h1> | ||
{% endblock %} {% block title %}{% if subtitle %}{{ subtitle }} | {% endif %}{{ | ||
title }} | Portion Mate Django Admin{% endblock %} {% block branding %} | ||
<h1 id="site-name"> | ||
<a href="{% url 'admin:index' %}" style="color: #ffffff"> | ||
<img | ||
src="https://portion-mate.readthedocs.io/en/latest/assets/logo.png" | ||
width="30" | ||
height="30" | ||
style="display: inline-block !important" | ||
alt="" | ||
/> | ||
Portion Mate | ||
</a> | ||
</h1> | ||
{% endblock %} |
Oops, something went wrong.