-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
204 lines (180 loc) · 8.71 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>YouCode | Scrum Board</title>
<meta
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
name="viewport"
/>
<meta content="" name="description" />
<meta content="" name="author" />
<!-- ================== BEGIN core-css ================== -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700"
rel="stylesheet"
/>
<link href="assets/css/vendor.min.css" rel="stylesheet" />
<link href="assets/css/default/app.min.css" rel="stylesheet" />
<link href="assets/css/style.css" rel="stylesheet" />
<!-- ================== END core-css ================== -->
</head>
<body>
<!-- BEGIN #app -->
<div id="app" class="app-without-sidebar">
<!-- BEGIN #content -->
<div draggable="true" id="TrashButtonUnder">
<i class="fs-1 text-red fa-solid fa-trash"></i>
</div>
<div id="content" class="app-content main-style">
<div id="Alert" class="d-none Alert position-absolute bg-success d-flex justify-content-center align-items-center fs-2 text-white" style="z-index:5; border-radius:10px;height:100px; width: 300px;">
<p>Added Successfully</p>
</div>
<div class="d-flex align-items-center mb-3">
<div>
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="javascript:;">Home</a></li>
<li id="HelloScrum" class="breadcrumb-item active">Scrum Board</li>
</ol>
<!-- BEGIN page-header -->
<h1 class="page-header mb-0">Scrum Board</h1>
<!-- END page-header -->
</div>
<div id="AddTask" class="ms-auto">
<a
href="#modal-task"
data-bs-toggle="modal"
class="btn btn-success btn-rounded px-4 rounded-pill"
><i class="fa fa-plus fa-lg me-2 ms-n2 text-success-900"></i> Add
Task</a
>
</div>
</div>
<div class="row">
<div class="col-xl-4 col-lg-6">
<div class="panel panel-inverse">
<div class="panel-heading bg-secondary">
<h4 class="panel-title">To do (<span id="to-do-tasks-count">5</span>)</h4>
</div>
<div id="div1" class="list-group list-group-flush rounded-bottom overflow-hidden panel-body p-0" style="min-height: 100px; background-color: #dee2e6;" >
<!-- TO DO TASKS HERE -->
<!-- The -->
</div>
</div>
</div>
<div class="col-xl-4 col-lg-6">
<div class="panel panel-inverse">
<div class="bg-primary panel-heading">
<h4 class="panel-title">
Doing (<span id="in-progress-tasks-count">4</span>)
</h4>
</div>
<div id="div2" class="list-group list-group-flush rounded-bottom overflow-hidden panel-body p-0" style="min-height: 100px; background-color: #dee2e6;" >
</div>
</div>
</div>
<div class="col-xl-4 col-lg-6">
<div class="panel panel-inverse">
<div id="panelHeading" class="bg-success panel-heading">
<h4 class="panel-title">Done (<span id="done-tasks-count">4</span>)</h4>
</div>
<div id="div3" class="list-group list-group-flush rounded-bottom overflow-hidden panel-body p-0" style="min-height: 100px; background-color: #dee2e6;" >
<!-- DONE TASKS HERE -->
</div>
</div>
</div>
</div>
</div>
<!-- END #content -->
<!-- BEGIN scroll-top-btn -->
<a
href="javascript:;"
class="btn btn-icon btn-circle btn-success btn-scroll-to-top"
data-toggle="scroll-to-top"
><i class="fa fa-angle-up"></i
></a>
<!-- END scroll-top-btn -->
</div>
<!-- END #app -->
<!-- TASK MODAL -->
<div class="" id="modal-task">
<!-- Modal content goes here -->
<div class="bg-white w-75 PopUpWindow">
<nav class="navbar bg-body-tertiary p-4 pb-0">
<div class=" container-fluid">
<span id="TitlePrompt" class="fs-2 navbar-brand mb-0 h1">Add Task</span>
<i id="IconClosePoppup" class="cursor fs-2 fa-solid fa-xmark"></i>
</div>
</nav>
<hr/>
<!-- The Form -->
<form onclick="RadioChecked()" id="PoppupForm" action="./index.html" data-parsley-validate class="gap-4 d-flex flex-column p-4 pt-2">
<div id="PoppUpContainer">
<div class="mb-3">
<label for="exampleInputEmail1" aria-autocomplete="both" class="form-label">Title</label>
<input data-parsley-minlength="5" data-parsley-minlength-message="You Have To Enter At Least 8 Letters On Title !!" type="text" data-req="Req" required class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp">
</div>
<div>
<label for="exampleInputEmail1 " class="form-label ">Type</label>
<div class="form-check gap-2 d-flex ">
<input required class="form-check-input align-self-center" type="radio" name="flexRadioDefault" id="flexRadioDefault1">
<label oninput="CheckedSelected()" id="feature" class="form-check-label" for="flexRadioDefault1">
Feature
</label>
</div>
<div>
<div class="form-check gap-2 d-flex">
<input required class="form-check-input align-self-center" type="radio" name="flexRadioDefault" id="flexRadioDefault2" >
<label id="bug" class="form-check-label" for="flexRadioDefault2">
Bug
</label>
</div>
</div>
</div>
<div class="form">
<label for="exampleInputEmail1" class="form-label">Priority</label>
<select class="form-select" id="floatingSelect" aria-label="Floating label select example">
<option disabled selected>Please Select</option>
<option dataSelect="OptionValue" required value="High">High</option>
<option dataSelect="OptionValue" required value="Medium">Medium</option>
<option dataSelect="OptionValue" required value="Low">Low</option>
</select>
</div>
<div class="form">
<label for="exampleInputEmail1" class="form-label">Status</label>
<select required class="form-select" id="floatingSelect2" aria-label="Floating label select example">
<option disabled selected>Please Select</option>
<option dataSelect="OptionValue" required value="Yet">Not Yet</option>
<option dataSelect="OptionValue" required value="Doing">Doing</option>
<option dataSelect="OptionValue" required value="Done">Done</option>
</select>
</div>
<div class="mb-3">
<label for="exampleInputEmail1" class="form-label">Date</label>
<input required type="date" class="form-control" id="Date" aria-describedby="emailHelp">
</div>
<div id="textareaS" class="form-label">
<label>Comments</label>
<textarea data-req="Req" id="floatingTextarea" data-parsley-minlength="8" data-parsley-minlength-message="You Have To Enter At Least 8 Letters On Comment !!" required class="form-control" placeholder="Leave a comment here" ></textarea>
</div>
</div>
<div class="align">
<button id="Cancel" type="reset" class=" btn btn-primary">cancel</button>
<button id="SubmitTheTask" disabled type="submit" class=" btn btn-primary">Submit</button>
<button id="DeleteTheTask" type="submit" class=" btn btn-danger d-none">Delete</button>
<button id="UpdateTheTask" type="submit" class=" btn btn-secondary d-none">Update</button>
</div>
</form>
</div>
</div>
<script src="./assets/js/update.js"></script>
<script src="./assets/js/jquery.min.js"></script>
<script src="./assets/js/parsley.min.js"></script>
<!-- ================== BEGIN core-js ================== -->
<script src="assets/js/script.js"></script>
<script src="assets/js/dragndrop.js"></script>
<script src="assets/js/DeleteDrag.js"></script>
<!-- ================== END core-js ================== -->
<script src="https://kit.fontawesome.com/352cf65264.js" crossorigin="anonymous"></script>
</body>
</html>