Skip to content

Commit

Permalink
improve: workflow section en la /Wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
xxiicode committed Apr 19, 2024
1 parent d7c7fa8 commit f59ad91
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 88 deletions.
8 changes: 6 additions & 2 deletions wiki/content/development-workflow.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<section id="development-workflow">
<h2 class="heading-1">11. Development Workflow</h2>
<h3 class="heading-2">11.1. Website project set-up:</h3>
<h3 class="heading-2" id="website-project-set-up">11.1. Website Project Set-up</h3>
<ol class="hanging-list">
<li>Create Github repository</li>
<li>Buy web domain</li>
Expand All @@ -19,13 +19,17 @@
<li>Add Poly Cookies</li>
<li>Create and add Favicon system</li>
</ol>
<h3 class="heading-2">11.2. Prefixes conventions on Github commits</h3>
<h3 class="heading-2" id="github-commits">11.2. Github Commits</h3>
<ul class="hanging-list">
<li><strong>add:</strong> Used when adding new features, functionalities, or content to the project. <i>"add: contact form to the website."</i></li>
<li><strong>fix:</strong> Employed when correcting bugs, errors, or issues within the project. <i>"fix: alignment of accordion icons."</i></li>
<li><strong>improve:</strong> Indicates enhancements or optimizations made to existing features or functionalities. <i>"improve: loading speed of homepage images."</i></li>
<li><strong>remove:</strong> Signifies the removal or deletion of features, functionalities, or content from the project. <i>"remove: outdated card images."</i></li>
<li><strong>hotfix:</strong> Reserved for urgent fixes deployed quickly to resolve critical issues in production. <i>"hotfix"</i>.</li>
<li><strong>Content Update:</strong> Used when making updates or revisions to the content of the project, such as text, images, or multimedia. <i>"content update"</i>.</li>
</ul>
<h3 class="heading-2" id="changelog-update">11.3. ChangeLog Update</h3>
<p>After completing a task, it's important to update the <a href="https://log.thepolyfengroup.com/" target="_blank" rel="dofollow">ChangeLog</a> with the implemented changes. This update should not include hotfixes or content updates.</p>
</section>
181 changes: 95 additions & 86 deletions wiki/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,93 +17,102 @@
<!-- INCLUDE HELLO's end -->

<div class="sub-sites-container">
<nav id="navbar" class="sub-sites">
<a href="/" rel="dofollow" class="link-logo">
<img class="plfn-logo" src="imgs/the-polyfen-group-logo.svg" alt="The Polyfen group" height="40px" width="auto">
</a>
<h2 class="caption">Team Wiki</h2>
<ul class="toc">
<li><a href="#tech-stack" class="caption">1. Tech stack</a></li>
<li><a href="#sprints" class="caption">2. Sprints</a></li>
<li><a href="#team-messaging" class="caption">3. Team Messaging</a></li>
<li><a href="#naming-conventions" class="caption">4. Naming Conventions</a></li>
<ul>
<li><a href="#client-codes" class="caption">4.1. Client Codes</a></li>
<li><a href="#project-types" class="caption">4.2. Project Types</a></li>
<nav id="navbar" class="sub-sites">
<a href="/" rel="dofollow" class="link-logo">
<img class="plfn-logo" src="imgs/the-polyfen-group-logo.svg" alt="The Polyfen group" height="40px"
width="auto">
</a>
<h2 class="caption">Team Wiki</h2>
<ul class="toc">
<li><a href="#tech-stack" class="caption">1. Tech stack</a></li>
<li><a href="#sprints" class="caption">2. Sprints</a></li>
<li><a href="#team-messaging" class="caption">3. Team Messaging</a></li>
<li><a href="#naming-conventions" class="caption">4. Naming Conventions</a>
<ul>
<li><a href="#client-codes" class="caption">4.1. Client Codes</a></li>
<li><a href="#project-types" class="caption">4.2. Project Types</a></li>
</ul>
</li>
<li><a href="#projects-and-tasks" class="caption">5. Projects &amp; Tasks</a>
<ul>
<li><a href="#backlog" class="caption">5.1. Backlog</a></li>
<li><a href="#to-do" class="caption">5.2. To Do</a></li>
<li><a href="#in-progress" class="caption">5.3. In Progress</a></li>
<li><a href="#for-review" class="caption">5.4. For Review</a></li>
<li><a href="#complete" class="caption">5.5. Complete</a></li>
<li><a href="#archived" class="caption">5.6. Archived</a></li>
</ul>
</li>
<li><a href="#time-tracking" class="caption">6. Time tracking</a></li>
<li><a href="#getting-paid" class="caption">7. Getting paid</a></li>
<li><a href="#time-off" class="caption">8. Time off</a></li>
<li><a href="#google-drive" class="caption">9. Google Drive</a></li>
<li><a href="#branding-workflow" class="caption">10. Branding workflow</a></li>
<li><a href="#development-workflow" class="caption">11. Development workflow</a>
<ul>
<li><a href="#website-project-set-up" class="caption">11.1. Website Project Set-up</a></li>
<li><a href="#github-commits" class="caption">11.2. Github Commits</a></li>
<li><a href="#changelog-update" class="caption">11.3. Changelog Update</a></li>
</ul>
</li>
<li><a href="#accounting-workflow" class="caption">12. Accounting workflow</a></li>
</ul>
<li><a href="#projects-and-tasks" class="caption">5. Projects &amp; Tasks</a></li>
<ul>
<li><a href="#backlog" class="caption">5.1. Backlog</a></li>
<li><a href="#to-do" class="caption">5.2. To Do</a></li>
<li><a href="#in-progress" class="caption">5.3. In Progress</a></li>
<li><a href="#for-review" class="caption">5.4. For Review</a></li>
<li><a href="#complete" class="caption">5.5. Complete</a></li>
<li><a href="#archived" class="caption">5.6. Archived</a></li>
</ul>
<li><a href="#time-tracking" class="caption">6. Time tracking</a></li>
<li><a href="#getting-paid" class="caption">7. Getting paid</a></li>
<li><a href="#time-off" class="caption">8. Time off</a></li>
<li><a href="#google-drive" class="caption">9. Google Drive</a></li>
<li><a href="#branding-workflow" class="caption">10. Branding workflow</a></li>
<li><a href="#development-workflow" class="caption">11. Development workflow</a></li>
<li><a href="#accounting-workflow" class="caption">12. Accounting workflow</a></li>
</ul>
</nav>
<main class="sub-sites">
<section class="cover">
<img src="imgs/videogame-illustratrion.svg" alt="Videogame Illustration" height="200px" width="auto">
<h1 class="title-2">Team Wiki</h1>
<h2 class="caption">The Polyfen Group LLC<br>Est. 2018</h2>
</section>
<!-- INCLUDE TECH-STACK.PHP start -->
<?php include 'content/tech-stack.php';?>
<!-- INCLUDE TECH-STACK.PHP end -->
<hr>
<!-- INCLUDE SPRINTS.PHP start -->
<?php include 'content/sprints.php';?>
<!-- INCLUDE SPRINTS.PHP end -->
<hr>
<!-- INCLUDE TEAM-MESSAGING.PHP start -->
<?php include 'content/team-messaging.php';?>
<!-- INCLUDE TEAM-MESSAGING.PHP end -->
<hr>
<!-- INCLUDE NAMING-CONVENTIONS.PHP start -->
<?php include 'content/naming-conventions.php';?>
<!-- INCLUDE NAMING-CONVENTIONS.PHP end -->
<hr>
<!-- INCLUDE PROJECTS-AND-TASKS.PHP start -->
<?php include 'content/projects-and-tasks.php';?>
<!-- INCLUDE PROJECTS-AND-TASKS.PHP end -->
<hr>
<!-- INCLUDE TIME-TRACKING.PHP start -->
<?php include 'content/time-tracking.php';?>
<!-- INCLUDE TIME-TRACKING.PHP end -->
<hr>
<!-- INCLUDE GETTING-PAID.PHP start -->
<?php include 'content/getting-paid.php';?>
<!-- INCLUDE GETTING-PAID.PHP end -->
<hr>
<!-- INCLUDE VACATIONS-HOLIDAYS-AND-DAYS-OFF.PHP start -->
<?php include 'content/time-off.php';?>
<!-- INCLUDE VACATIONS-HOLIDAYS-AND-DAYS-OFF.PHP end -->
<hr>
<!-- INCLUDE GOOGLE-DRIVE.PHP start -->
<?php include 'content/google-drive.php';?>
<!-- INCLUDE GOOGLE-DRIVE.PHP end -->
<hr>
<!-- INCLUDE BRANDING-WORKFLOW.PHP start -->
<?php include 'content/branding-workflow.php';?>
<!-- INCLUDE BRANDING-WORKFLOW.PHP end -->
<hr>
<!-- INCLUDE DEVELOPMENT-WORKFLOW.PHP start -->
<?php include 'content/development-workflow.php';?>
<!-- INCLUDE DEVELOPMENT-WORKFLOW.PHP end -->
<hr>
<!-- INCLUDE ACCOUNTING-WORKFLOW.PHP start -->
<?php include 'content/accounting-workflow.php';?>
<!-- INCLUDE ACCOUNTING-WORKFLOW.PHP end -->
<hr>
</main>
</nav>
<main class="sub-sites">
<section class="cover">
<img src="imgs/videogame-illustratrion.svg" alt="Videogame Illustration" height="200px" width="auto">
<h1 class="title-2">Team Wiki</h1>
<h2 class="caption">The Polyfen Group LLC<br>Est. 2018</h2>
</section>
<!-- INCLUDE TECH-STACK.PHP start -->
<?php include 'content/tech-stack.php';?>
<!-- INCLUDE TECH-STACK.PHP end -->
<hr>
<!-- INCLUDE SPRINTS.PHP start -->
<?php include 'content/sprints.php';?>
<!-- INCLUDE SPRINTS.PHP end -->
<hr>
<!-- INCLUDE TEAM-MESSAGING.PHP start -->
<?php include 'content/team-messaging.php';?>
<!-- INCLUDE TEAM-MESSAGING.PHP end -->
<hr>
<!-- INCLUDE NAMING-CONVENTIONS.PHP start -->
<?php include 'content/naming-conventions.php';?>
<!-- INCLUDE NAMING-CONVENTIONS.PHP end -->
<hr>
<!-- INCLUDE PROJECTS-AND-TASKS.PHP start -->
<?php include 'content/projects-and-tasks.php';?>
<!-- INCLUDE PROJECTS-AND-TASKS.PHP end -->
<hr>
<!-- INCLUDE TIME-TRACKING.PHP start -->
<?php include 'content/time-tracking.php';?>
<!-- INCLUDE TIME-TRACKING.PHP end -->
<hr>
<!-- INCLUDE GETTING-PAID.PHP start -->
<?php include 'content/getting-paid.php';?>
<!-- INCLUDE GETTING-PAID.PHP end -->
<hr>
<!-- INCLUDE VACATIONS-HOLIDAYS-AND-DAYS-OFF.PHP start -->
<?php include 'content/time-off.php';?>
<!-- INCLUDE VACATIONS-HOLIDAYS-AND-DAYS-OFF.PHP end -->
<hr>
<!-- INCLUDE GOOGLE-DRIVE.PHP start -->
<?php include 'content/google-drive.php';?>
<!-- INCLUDE GOOGLE-DRIVE.PHP end -->
<hr>
<!-- INCLUDE BRANDING-WORKFLOW.PHP start -->
<?php include 'content/branding-workflow.php';?>
<!-- INCLUDE BRANDING-WORKFLOW.PHP end -->
<hr>
<!-- INCLUDE DEVELOPMENT-WORKFLOW.PHP start -->
<?php include 'content/development-workflow.php';?>
<!-- INCLUDE DEVELOPMENT-WORKFLOW.PHP end -->
<hr>
<!-- INCLUDE ACCOUNTING-WORKFLOW.PHP start -->
<?php include 'content/accounting-workflow.php';?>
<!-- INCLUDE ACCOUNTING-WORKFLOW.PHP end -->
<hr>
</main>
</div>
</body>

Expand Down

0 comments on commit f59ad91

Please sign in to comment.