oldbackup / templates /RefineverseDashboardUI.html
bsjghee001's picture
Duplicate from FYP-S1-21/Refineverse_Plugin
147da27
<!-- jinja2 template engine coding style for flask framework -->
<!DOCTYPE html>
<html>
<head>
<title>DashboardUI</title>
<link rel="stylesheet" href="{{url_for('static', filename='Dashboard.css')}}">
</head>
<body>
<div class="title">
<img src="{{url_for('static', filename='Images/Refineverse logo.png')}}" alt="cant find picture">
<h1>User Story Refinement</h1>
</div>
<div class="con1">
<div class="trdl">
<div class="pic">
<img src="{{url_for('static', filename='Images/Text Summarization.png')}}" alt="cant find picture" class="p1">
<img src="{{url_for('static', filename='Images/Project Breakdown.png')}}" alt="cant find picture" class="p2">
</div>
<div class="tc1">
<div class="texts1">
<h2>User Story Summarization</h2>
<p id="f">With our plugin's natural language processing capabilities, you can now generate a concise summary of your user story with just a few clicks. No more sifting through lengthy descriptions or struggling to communicate the essence of your user story to team members. Our plugin does the heavy lifting for you!</p>
</div>
<div class="texts2">
<h2>Project Task Breakdown</h2>
<p id="s">With our plugin's natural language processing capabilities, our project task breakdown feature allows you to reduce a user story into multiple project tasks, for easier allocation of tasks to project members within a team. No more having to think of project tasks for team allocation.</p>
</div>
</div>
<div class="buttonc">
<a href="{{url_for('text_summarization')}}" class="button1">User Story Summarization</a>
<a href="{{url_for('project_breakdown')}}" class="button2">Project Task Breakdown</a>
</div>
</div>
<div class="trd2">
<div class="pic1">
<img src="{{url_for('static', filename='Images/Language Translation.jpg')}}" alt="cant find picture" class="p3">
<img src="{{url_for('static', filename='Images/Text Generation logo.png')}}" alt="cant find picture" class="p4">
</div>
<div class="tc2">
<div class="texts3">
<h2>Language Translation</h2>
<p id="t">With our plugin's advanced natural language processing capabilities, our language translation feature provides customizable translation options, allowing you to choose which languages you want to translate your user stories into. Allowing team members who speak different languages to collaborate more effectively and improving productivity.</p>
</div>
<div class="texts4">
<h2>User Story Generation</h2>
<p id="t">With our plugin's advanced natural language processing capabilities, our User Story Generation feature provides a powerful solution for agile teams seeking to streamline their project and user story refinement process. With our User Story Generation feature, you can easily create new user stories via a single prompt, and the feature will generate a suggested user story for you. Farewell to the hassle of manual user story creation!</p>
</div>
</div>
<div class="buttonc1">
<a href="{{url_for('language_translation')}}" class="button3">Language Translation</a>
<a href="{{url_for('text_generation')}}" class="button4">User Story Generation</a>
</div>
</div>
</div>
</body>
</html>