|
|
@ -67,7 +67,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ALL NOTES CONTAINER (appears when clicking on the "Show notes" button) -->
|
|
|
|
<!-- ALL NOTES CONTAINER (appears when clicking on the "Show notes" button) -->
|
|
|
|
<div class="w-full h-fit hidden" id="notesContainer">
|
|
|
|
<div class="w-full h-fit hidden mt-3 s:mt-5" id="notesContainer">
|
|
|
|
|
|
|
|
|
|
|
|
<div class="w-full hidden lg:grid grid-cols-3 xlg:grid-cols-6 gap-3">
|
|
|
|
<div class="w-full hidden lg:grid grid-cols-3 xlg:grid-cols-6 gap-3">
|
|
|
|
{% for note in notes %}
|
|
|
|
{% for note in notes %}
|
|
|
@ -191,6 +191,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- POINTS -->
|
|
|
|
<div class="mt-5 relative">
|
|
|
|
<div class="mt-5 relative">
|
|
|
|
<div
|
|
|
|
<div
|
|
|
|
class=" bg-slate-700 border border-slate-700 rounded-t-md flex justify-between items-center text-white text-xl font-bold h-[50px]">
|
|
|
|
class=" bg-slate-700 border border-slate-700 rounded-t-md flex justify-between items-center text-white text-xl font-bold h-[50px]">
|
|
|
@ -247,6 +248,13 @@
|
|
|
|
<button type="submit"
|
|
|
|
<button type="submit"
|
|
|
|
class="w-[120px] px-2 py-2 bg-transparent border border-blue-500 rounded-md text-blue-500 hover:bg-blue-500 hover:text-white">Complete</button>
|
|
|
|
class="w-[120px] px-2 py-2 bg-transparent border border-blue-500 rounded-md text-blue-500 hover:bg-blue-500 hover:text-white">Complete</button>
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<form method="post" action="{% url 'deletetaskpointmodal' point.id task.id %}">
|
|
|
|
|
|
|
|
{% csrf_token %}
|
|
|
|
|
|
|
|
<button type="submit"
|
|
|
|
|
|
|
|
class="w-fit px-3 py-2 bg-white border border-red-500 rounded-md text-red-500 hover:bg-red-500 hover:text-white cursor-pointer">
|
|
|
|
|
|
|
|
<i class="fa fa-trash"></i>
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
@ -271,6 +279,13 @@
|
|
|
|
<button type="submit"
|
|
|
|
<button type="submit"
|
|
|
|
class="w-[120px] px-2 py-2 bg-transparent border border-blue-500 rounded-md text-blue-500 hover:bg-blue-500 hover:text-white">Complete</button>
|
|
|
|
class="w-[120px] px-2 py-2 bg-transparent border border-blue-500 rounded-md text-blue-500 hover:bg-blue-500 hover:text-white">Complete</button>
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<form method="post" action="{% url 'deletetaskpointmodal' point.id task.id %}">
|
|
|
|
|
|
|
|
{% csrf_token %}
|
|
|
|
|
|
|
|
<button type="submit"
|
|
|
|
|
|
|
|
class="w-fit px-3 py-2 bg-white border border-red-500 rounded-md text-red-500 hover:bg-red-500 hover:text-white cursor-pointer">
|
|
|
|
|
|
|
|
<i class="fa fa-trash"></i>
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
@ -288,6 +303,9 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- TIMLINE -->
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<div class="mt-5 relative">
|
|
|
|
<div class="mt-5 relative">
|
|
|
|
<div
|
|
|
|
<div
|
|
|
@ -359,6 +377,9 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- DESCRIPTION -->
|
|
|
|
<div class="mt-5">
|
|
|
|
<div class="mt-5">
|
|
|
|
<p class="text-gray-500 text-xl">Description:</p>
|
|
|
|
<p class="text-gray-500 text-xl">Description:</p>
|
|
|
|
<div class="w-full h-fit px-4 mt-1">
|
|
|
|
<div class="w-full h-fit px-4 mt-1">
|
|
|
@ -368,6 +389,9 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- TAGS -->
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<p class="text-gray-500 text-xl">Tags:</p>
|
|
|
|
<p class="text-gray-500 text-xl">Tags:</p>
|
|
|
|
<div class="w-full h-fit px-4 mt-2 flex flex-wrap justify-start items-center gap-3">
|
|
|
|
<div class="w-full h-fit px-4 mt-2 flex flex-wrap justify-start items-center gap-3">
|
|
|
@ -384,7 +408,6 @@
|
|
|
|
On Demand</button>
|
|
|
|
On Demand</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|