Graphics, Figures & Tablesthis code creates blank spaces in each first row

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
HALIM
Posts: 1
Joined: Sat May 11, 2024 12:41 pm

this code creates blank spaces in each first row

Post by HALIM »

\begin{longtable}{|c|p{5cm}|c|p{6cm}|c|}
\caption{Sprint Backlog 1}
\\
\hline
\textbf{N°} & \textbf{User Story} & \textbf{N°} & \textbf{Tasks} & \textbf{Duration} \\
\hline
\multirow{6}{*}{1} & Setting up the working environment. &
1.1 & Install Visual Studio Code & 1 day \\
\cline{3-4}
& & 1.2 & Install IntelliJ IDEA & \\
\cline{3-4}
& & 1.3 & Install MySQl Workbench 8.0 CE & \\
\cline{3-4}
& & 1.4 & Creation of a GitHub repository for version control. & \\
\cline{3-4}
& & 1.5 & Define a package manager to install the necessary dependencies. & \\
\cline{3-4}
& & 1.6 & Do a test to verify that everything is successfully initialized. & \\
\hline
\multirow{6}{*}{2} & As an administrator, I want to be able to register on the platform with my email and password, so that I can manage the platform. & 2.1 & Backend endpoint implementation for the admin registration. & 2 days \\
\cline{3-4}
& & 2.2 & Ensuring that the endpoint allows registration with email and password. & \\
\cline{3-4}
& & 2.3 & The creation of ‘users’ table into the database to store admin credentials. & \\
\cline{3-4}
& & 2.4 & Use encryption (Bcrypt) to store the password. & \\
\cline{3-4}
& & 2.5 & Generate a secure authentication token (JWT). & \\
\cline{3-4}
& & 2.6 & Provide access to the admin dashboard directly after the registration. & \\
\hline
\end{longtable}
Attachments
trash.jpg
trash.jpg (87.79 KiB) Viewed 2879 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10320
Joined: Mon Mar 10, 2008 9:44 pm

this code creates blank spaces in each first row

Post by Stefan Kottwitz »

Hi Halim,

welcome to the forum!

If you highlight/mark your code and use the "Code" button above the text edit field, when editing a post, it will be in a code box with an online-compiling button. And if you add a small document frame (\documentclass..., packages etc) so it's compilable, readers here can immediately test and suggest a new code.

Gladly take a look at other posts here, how it looks.

Stefan
LaTeX.org admin
Post Reply