Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Queue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
Queue
Merge requests
!720
Version 2.2.2
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Version 2.2.2
development
into
master
Overview
1
Commits
12
Pipelines
0
Changes
11
Merged
Version 2.2.2
Ruben Backx
requested to merge
development
into
master
Oct 9, 2023
Overview
1
Commits
12
Pipelines
0
Changes
11
0
0
Merge request reports
Compare
master
version 1
5cb85a21
Oct 9, 2023
master (base)
and
latest version
latest version
72d1cfce
12 commits,
Oct 9, 2023
version 1
5cb85a21
11 commits,
Oct 9, 2023
11 files
+
175
−
45
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
src/main/resources/templates/home/about.html
+
26
−
32
View file @ 72d1cfce
Edit in single-file editor
Open in Web IDE
Show full file
@@ -18,15 +18,13 @@
-->
<!DOCTYPE html>
<html
lang=
"en"
xmlns:layout=
"http://www.ultraq.net.nz/thymeleaf/layout"
layout:decorate=
"~{
layout
}"
>
<html
lang=
"en"
xmlns:layout=
"http://www.ultraq.net.nz/thymeleaf/layout"
layout:decorate=
"~{
container
}"
>
<body>
<section
layout:fragment=
"content"
>
<div
class=
"page-header"
>
<h1>
About Queue
</h1>
</div>
<div
class=
"row"
>
<div
class=
"col-sm-12 col-md-6"
>
<p
class=
"h3"
>
What is Queue?
</p>
<main
layout:fragment=
"content"
>
<h1
class=
"font-800 mb-5"
>
About Queue
</h1>
<div
class=
"grid col-2 | md:col-1"
>
<div>
<h2
class=
"font-500 mb-3"
>
What is Queue?
</h2>
<p>
Queue is a system that serves as a replacement for a physical queue. It was originally intended for lab sessions, where
students work on their own and can ask questions to student assistants. As the number of students grows, it becomes harder and
@@ -35,18 +33,16 @@
</p>
</div>
<div
class=
"col-sm-12 col-md-6"
>
<
p
class=
"
h
3"
>
Why Queue?
</
p
>
<div>
<
h2
class=
"
font-500 mb-
3"
>
Why Queue?
</
h2
>
<p>
Queue is a simple to use tool with many advanced capabilities and customisation options included. With the problem of managing
and keeping track of questions out of the way, the student assistants can do what they do best: teach.
</p>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-sm-12 col-md-6"
>
<p
class=
"h3"
>
How does Queue work?
</p>
<div>
<p
class=
"font-500 mb-3"
>
How does Queue work?
</p>
<p>
Queue transforms a physical queue into a virtual one by taking all the requests of the students and putting them in the right
order. Student assistants can then, one by one, take those requests and handle them individually. Additionally, (the) Queue is
@@ -54,43 +50,41 @@
</p>
</div>
<div
class=
"col-sm-12 col-md-6"
>
<p
class=
"
h
3"
>
History of Queue
</p>
<div>
<p
class=
"
font-500 mb-
3"
>
History of Queue
</p>
<p>
Queue started as a literal physical queue that eventually evolved into a management system with a spreadsheet. This short-term
solution wasn't the best and thus the idea of Queue was born. Shortly after, a student was hired and Queue 0.1 was not only a
dream anymore. After that, a Surf grant helped to further development and the team grew to a size of 8 students.
</p>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-sm-12 col-md-6"
>
<p
class=
"h3"
>
How do I report bugs?
</p>
<div>
<p
class=
"font-500 mb-3"
>
How do I report bugs?
</p>
<p>
Because Queue is an open-source project, one can go to the
<a
href=
"https://gitlab.ewi.tudelft.nl/eip/labrador/queue"
target=
"_blank"
>
Queue repository
</a>
, choose Issues in the menu and open a new issue. There are templates for submitting features and bugs and it should be
<!-- prettier-ignore -->
<th:block><a
class=
"link"
href=
"https://gitlab.ewi.tudelft.nl/eip/labrador/queue"
target=
"_blank"
>
Queue repository
</a>
,
</th:block>
choose Issues in the menu and open a new issue. There are templates for submitting features and bugs and it should be
straightforward from there.
</p>
</div>
<div
class=
"col-sm-12 col-md-6"
>
<p
class=
"
h
3"
>
How do I contribute?
</p>
<div>
<p
class=
"
font-500 mb-
3"
>
How do I contribute?
</p>
<p>
There are two main ways of contributing: working on an open-standing issue or tackling a bug bounty and earn something extra.
The Queue contains an
<a
href=
"https://gitlab.ewi.tudelft.nl/eip/labrador/queue/-/issues"
target=
"_blank"
>
issues list
</a>
<a
class=
"link"
href=
"https://gitlab.ewi.tudelft.nl/eip/labrador/queue/-/issues"
target=
"_blank"
>
issues list
</a>
and a filter for all the
<a
href=
"https://gitlab.ewi.tudelft.nl/eip/labrador/queue/-/issues?label_name[]=BugBounty"
target=
"_blank"
>
bug bounties
</a>
. For reading the rules of contributing check the
<a
href=
"https://gitlab.ewi.tudelft.nl/eip/labrador/queue/-/blob/development/CONTRIBUTING.md"
target=
"_blank"
>
CONTRIBUTING.md
</a>
.
<!-- prettier-ignore -->
<th:block><a
class=
"link"
href=
"https://gitlab.ewi.tudelft.nl/eip/labrador/queue/-/issues?label_name[]=BugBounty"
target=
"_blank"
>
bug bounties
</a>
.
</th:block>
For reading the rules of contributing check the
<!-- prettier-ignore -->
<th:block><a
class=
"link"
href=
"https://gitlab.ewi.tudelft.nl/eip/labrador/queue/-/blob/development/CONTRIBUTING.md"
target=
"_blank"
>
CONTRIBUTING.md
</a>
.
</th:block>
</p>
</div>
</div>
</
sectio
n>
</
mai
n>
</body>
</html>
Loading