Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nus-cs3281/2024
Browse files Browse the repository at this point in the history
  • Loading branch information
ckcherry23 committed May 12, 2024
2 parents c7c7def + 59f2e58 commit 517bc26
Show file tree
Hide file tree
Showing 20 changed files with 85,576 additions and 37 deletions.
8 changes: 7 additions & 1 deletion _markbind/layouts/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,17 @@
<li><a href="{{ baseUrl }}/students/knowledge.html" class="dropdown-item">Knowledge</a></li>
<li>
<a href="https://nus-cs3281.github.io/{{ year }}-dashboard/?search=&sort=groupTitle&sortWithin=title&timeframe=commit&mergegroup=&groupSelect=groupByAuthors&breakdown=false" class="dropdown-item">Code Dashboard</a>
</li>
</li>
<li>
<a href="{{ baseUrl }}/activities-dashboard.html" class="dropdown-item">Activities Dashboard</a>
</li>
</dropdown>
<dropdown header="CS3282" class="nav-link">
<li><a href="{{ baseUrl }}/cs3282-index.html" class="dropdown-item">Students</a></li>
<li><a href="{{ baseUrl }}/students/talksSchedule.html" class="dropdown-item">Lightning Talks</a></li>
<li>
<a href="{{ baseUrl }}/activities-dashboard.html" class="dropdown-item">Activities Dashboard</a>
</li>
</dropdown>
<li>
<a href="{{ baseUrl }}/instructions.html" class="nav-link">Instructions</a>
Expand Down
15 changes: 15 additions & 0 deletions activities-dashboard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<frontmatter>
title: CS3281&2 - {{ year }} Comments Dashboard
pageNav: 3
</frontmatter>

# GitHub Activities Dashboard

* This page contains a list of your NUS-OSS GitHub posts during the period eligible for course credit.<br>
For CS3282 students, the activity period varies based on when you finished CS3282.
* The content of each panel body may not be exactly as it shows up on GitHub, as some crude sanitizations have been done to prevent post contents interfering with MarkBind parsing.
* It goes without saying that GitHub activities are not the sole representation of your work. It's just one source of evidence only. So, don't put too much importance on what you see in this page.<br>
Furthermore, the stats (i.e., posts counts) are not directly comparable between devs, as they are influenced by the type of work/project.
* This page will be updated once in a while, in 1-2 week intervals.

<include src="dashboard-contents-fragment.md" />
Loading

0 comments on commit 517bc26

Please sign in to comment.