Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0

Post: January 2020

This commit is contained in:
Bauke 2020-02-01 15:40:11 +01:00
parent 69fabb38df
commit 1918acb117
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 533 additions and 0 deletions

View File

@ -6,6 +6,10 @@
---
## 2020
* [January](https://til.bauke.xyz/posts/january-2020.html)
## 2019
* [December](https://til.bauke.xyz/posts/december-2019.html)

View File

@ -27,6 +27,12 @@
<h1>Tildes Issue Log</h1>
<section id="posts">
<h1>Posts</h1>
<h2>2020</h2>
<article class="post">
<h2>
<a href="posts/january-2020.html">January</a>
</h2>
</article>
<h2>2019</h2>
<article class="post">
<h2>

523
src/posts/january-2020.html Normal file
View File

@ -0,0 +1,523 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>January 2020</title>
<link rel="stylesheet" href="../css/common.css">
<link rel="stylesheet" href="../css/post.css">
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png">
<link rel="manifest" href="../site.webmanifest">
<link rel="mask-icon" href="../safari-pinned-tab.svg" color="#282a36">
<link rel="shortcut icon" href="../favicon.ico">
<meta name="msapplication-TileColor" content="#282a36">
<meta name="msapplication-config" content="../browserconfig.xml">
<meta name="theme-color" content="#282a36">
</head>
<body>
<div id="wrapper">
<h1>January 2020</h1>
<section id="post">
<article id="toc">
<h2>Table Of Contents</h2>
<ul>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#feedback">Feedback</a>
</li>
<li>
<a href="#highlights">Highlights</a>
<ul>
<li>
<a href="#ignoring-topics">Ignoring Topics</a>
</li>
<li>
<a href="#mark-new-comments">Mark New Comments</a>
</li>
</ul>
</li>
<li>
<a href="#statistics">Statistics</a>
</li>
<li>
<a href="#notable-official-topics">Notable Official Topics</a>
</li>
<li>
<a href="#issue-table">Issue Table</a>
<ul>
<li>
<a href="#opened">Opened</a>
</li>
<li>
<a href="#closed">Closed</a>
</li>
</ul>
</li>
</ul>
</article>
<article id="about">
<h2>About</h2>
<p>The Tildes Issue Log is a monthly recurring post about the changes and progression that Tildes has made.
Highlighting some of the newest additions and changes, as well as a complete table of every issue opened and
closed in that month, along with some interesting statistics so you can get a look into the development
process and a quick grasp of anything you may have missed.</p>
</article>
<article id="feedback">
<h2>Feedback</h2>
<p>If anything is incorrect or you have anything that you'd like to see changed or added please
<a href="https://gitlab.com/Bauke/tildes-issue-log/issues">open an issue</a>,
<a href="https://tildes.net/user/Bauke/new_message">PM me</a>
or comment on the posted topic on Tildes.</p>
<p>If you'd like to write a highlight section or want to contribute in any other way, feel free to do so. Like
Tildes, this will remain entirely open-source.</p>
</article>
<article id="highlights">
<h2>Highlights</h2>
<h3 id="ignoring-topics">Ignoring Topics</h3>
<p>
On the 13th, a (yet another) feature contribution by <a href="https://tildes.net/user/what">@what</a> was implemented. This time allowing people to ignore topics. Ignoring a topic will hide it from the topic listing and (as of <a href="https://gitlab.com/tildes/tildes/commit/9eec00cc6a16eb5ccf31118c935c3ddf1b946c3f">the 23rd</a>) also stop notifications from being sent to you . So if someone mentions you or replies to one of your comments in that ignored topic you won't receive the notifications for that.
</p>
<p>
In <a href="https://tild.es/kvo">the announcement topic</a> there were also some further questions <a href="https://tildes.net/user/Deimos">@Deimos</a> had about the functionality, so definitely check that out if you have any ideas or thoughts on how it currently works.
</p>
<details>
<summary>Details</summary>
<p>Author:
<a href="https://tildes.net/user/Bauke">Bauke</a>
</p>
<p>Written Date: 2020-02-01</p>
</details>
<h3 id="mark-new-comments">Mark New Comments</h3>
<p>
On the 22nd, <a href="https://tildes.net/user/Deimos">@Deimos</a> posted a topic asking the community if they had concerns with enabling the "mark new comments" for everyone. This is a very useful feature that when you return to a topic and there's new comments since your latest visit, it will mark those with an orange/red-ish (depending on your theme of choice) stripe on the left of the comment. Topics in the topic listing will also display a "(x new)" in the same orange/red-ish color next to the total amount of comments, so it's easy to follow up on any activity. This was previously an opt-in feature due to privacy concerns.
</p>
<p>
After a few days and having feedback from the community, <a href="https://tildes.net/user/Deimos">@Deimos</a> went ahead and <a href="https://tild.es/lcd">enabled it for everyone</a>. If you'd like for old comments to be automatically collapsed so only the new ones are readily visible, there's an option for that in <a href="https://tildes.net/settings">the "Site behavior settings"</a>.
</p>
<details>
<summary>Details</summary>
<p>Author:
<a href="https://tildes.net/user/Bauke">Bauke</a>
</p>
<p>Written Date: 2020-02-01</p>
</details>
</article>
<article id="statistics">
<h2>Statistics</h2>
<p>In the month of January, 31 commits were made by 3 contributors, changing a total of 896 (+1739|-843) lines. 15 issues were opened and 15 issues were closed.</p>
<p>An average of 0.50 issues were opened and 0.50 issues were closed each day.</p>
<p>The average time to close issues was 222.70 days or 5344.90 hours.</p>
<p>Top 3 issue creators:</p>
<ol>
<li>
<a href="https://gitlab.com/Bauke">Bauke</a> with <a href="https://gitlab.com/tildes/tildes/issues?state=all&author_username=Bauke">4 issues created</a>.
</li>
<li>
<a href="https://gitlab.com/cfabbro">cfabbro</a> with <a href="https://gitlab.com/tildes/tildes/issues?state=all&author_username=cfabbro">4 issues created</a>.
</li>
<li>
<a href="https://gitlab.com/Deimorz">Deimorz</a> with <a href="https://gitlab.com/tildes/tildes/issues?state=all&author_username=Deimorz">2 issues created</a>.
</li>
</ol>
<p>Amount of labels assigned to currently open issues:</p>
<ul>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=Bug")>Bug</a>:2 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=Feature+Request")>Feature Request</a>:5 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=Investigate")>Investigate</a>:1 time.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=Priority::Low")>Priority::Low</a>:1 time.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=Stage::Accepted")>Stage::Accepted</a>:3 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=Stage::Unconfirmed")>Stage::Unconfirmed</a>:6 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=•+Dev")>• Dev</a>:1 time.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=•+UX")>• UX</a>:1 time.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=◦+HTML")>◦ HTML</a>:4 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=◦+JavaScript")>◦ JavaScript</a>:2 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=◦+Python")>◦ Python</a>:2 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=🚀+Beginner-Friendly")>🚀 Beginner-Friendly</a>:2 times.
</li>
</ul>
<p>Amount of labels assigned to closed issues:</p>
<ul>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=Bug")>Bug</a>:3 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=Duplicate")>Duplicate</a>:2 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=Feature+Request")>Feature Request</a>:4 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=In+Progress")>In Progress</a>:3 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=Investigate")>Investigate</a>:4 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=Stage::Accepted")>Stage::Accepted</a>:9 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=Stage::Unconfirmed")>Stage::Unconfirmed</a>:3 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=•+Dev")>• Dev</a>:1 time.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=•+Refactor")>• Refactor</a>:2 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=•+UX")>• UX</a>:1 time.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=◦+HTML")>◦ HTML</a>:2 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=◦+JavaScript")>◦ JavaScript</a>:1 time.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=◦+Python")>◦ Python</a>:3 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=◦+SCSS")>◦ SCSS</a>:1 time.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=🚀+Beginner-Friendly")>🚀 Beginner-Friendly</a>:2 times.
</li>
</ul>
</article>
<article id="notable-official-topics">
<h2>Notable Official Topics</h2>
<table>
<thead>
<tr>
<td>Date</td>
<td>Title</td>
<td>URL</td>
</tr>
</thead>
<tbody>
<tr>
<td>2020-01-13</td>
<td>You can now ignore individual topics, which will stop showing them in listings for you</td>
<td>
<a href="https://tild.es/kvo">Click</a>
</td>
</tr>
<tr>
<td>2020-01-22</td>
<td>I'm planning to enable the "mark new comments" feature for everyone - any major concerns?</td>
<td>
<a href="https://tild.es/l61">Click</a>
</td>
</tr>
<tr>
<td>2020-01-28</td>
<td>After visiting a topic's comments, that topic will show when it has new comments since your last visit</td>
<td>
<a href="https://tild.es/lcd">Click</a>
</td>
</tr>
</tbody>
</table>
</article>
<article id="issue-table">
<h2>Issue Table</h2>
<h3 id="opened">Opened</h3>
<table>
<thead>
<tr>
<td>Issue</td>
<td>Title</td>
<td>Author</td>
<td>Opened</td>
<td>Closed</td>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/623">623</a></td>
<td>Add sorting options for bookmarks</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2020/01/06 16:43:34</td>
<td>2020/01/06 17:28:08</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/624">624</a></td>
<td>Display when a post was bookmarked</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2020/01/06 16:44:38</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/625">625</a></td>
<td>Consider notifying a user when their topic is m...</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2020/01/07 19:29:24</td>
<td>2020/01/07 19:32:47</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/626">626</a></td>
<td>Add a user search feature and/or an autocomplet...</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2020/01/12 19:49:15</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/627">627</a></td>
<td>Add an active user count to the site (and possi...</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2020/01/12 20:47:18</td>
<td>2020/01/23 20:46:53</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/628">628</a></td>
<td>Consider making `trigger` a global important tag</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2020/01/13 05:45:22</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/629">629</a></td>
<td>Nit: trim spaces from single-line form fields t...</td>
<td><a href="https://gitlab.com/skybrian">skybrian</a></td>
<td>2020/01/14 02:50:06</td>
<td>2020/01/14 17:54:42</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/630">630</a></td>
<td>Add tags as class to article tag</td>
<td><a href="https://gitlab.com/tomflint">tomflint</a></td>
<td>2020/01/14 21:03:54</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/631">631</a></td>
<td>/faq leads to a 404</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2020/01/20 17:55:26</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/632">632</a></td>
<td>Manage requirements with pip-compile-multi</td>
<td><a href="https://gitlab.com/peterdemin">peterdemin</a></td>
<td>2020/01/22 01:42:18</td>
<td>2020/01/23 20:39:30</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/633">633</a></td>
<td>Implement a better visual effect and explanatio...</td>
<td><a href="https://gitlab.com/Deimorz">Deimorz</a></td>
<td>2020/01/23 23:20:05</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/634">634</a></td>
<td>Add a “Post a new topic” button into the sideba...</td>
<td><a href="https://gitlab.com/ainar-g">ainar-g</a></td>
<td>2020/01/24 19:50:14</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/635">635</a></td>
<td>Add support for multiple parallel event stream ...</td>
<td><a href="https://gitlab.com/Deimorz">Deimorz</a></td>
<td>2020/01/25 21:40:04</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/636">636</a></td>
<td>Error login Firefox android</td>
<td><a href="https://gitlab.com/felipem775">felipem775</a></td>
<td>2020/01/30 08:43:40</td>
<td>2020/01/30 12:15:18</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/637">637</a></td>
<td>Using actions in dropdown menu adds duplicate l...</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2020/01/30 14:53:35</td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="closed">Closed</h3>
<table>
<thead>
<tr>
<td>Issue</td>
<td>Title</td>
<td>Author</td>
<td>Opened</td>
<td>Closed</td>
</tr>
<thead>
<tbody>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/51">51</a></td>
<td>Add ability to hide topics (and view/unhide one...
<td><a href="https://gitlab.com/cfabbro">cfabbro</a>
<td>2018/05/23 02:23:06</td>
<td>2020/01/13 22:38:59</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/165">165</a></td>
<td>It's too easy to overwrite your previous topic ...
<td><a href="https://gitlab.com/Deimorz">Deimorz</a>
<td>2018/07/20 23:37:24</td>
<td>2020/01/30 21:24:49</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/214">214</a></td>
<td>Ability for topic creators to change their titles
<td><a href="https://gitlab.com/Celeo">Celeo</a>
<td>2018/08/17 06:36:35</td>
<td>2020/01/04 22:15:34</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/301">301</a></td>
<td>Upgrade Redis to 5.0
<td><a href="https://gitlab.com/Deimorz">Deimorz</a>
<td>2018/10/19 00:45:14</td>
<td>2020/01/20 21:09:00</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/303">303</a></td>
<td>Investigate replacing rabbitmq with Redis streams
<td><a href="https://gitlab.com/Deimorz">Deimorz</a>
<td>2018/10/19 01:21:23</td>
<td>2020/01/20 21:23:02</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/378">378</a></td>
<td>Add ability to bookmark topics from the front p...
<td><a href="https://gitlab.com/cfabbro">cfabbro</a>
<td>2019/03/01 21:45:19</td>
<td>2020/01/13 22:39:26</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/442">442</a></td>
<td>Bug with double clicking on a topic with "new c...
<td><a href="https://gitlab.com/Bauke">Bauke</a>
<td>2019/04/27 15:03:05</td>
<td>2020/01/30 21:23:30</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/585">585</a></td>
<td>Colours mixing when quoting code
<td><a href="https://gitlab.com/ainar-g">ainar-g</a>
<td>2019/10/19 13:36:38</td>
<td>2020/01/29 22:06:15</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/610">610</a></td>
<td>Add "Unbookmark" to the topics in bookmarks?typ...
<td><a href="https://gitlab.com/cfabbro">cfabbro</a>
<td>2019/11/30 00:18:17</td>
<td>2020/01/13 22:39:56</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/623">623</a></td>
<td>Add sorting options for bookmarks
<td><a href="https://gitlab.com/Bauke">Bauke</a>
<td>2020/01/06 16:43:34</td>
<td>2020/01/06 17:28:08</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/625">625</a></td>
<td>Consider notifying a user when their topic is m...
<td><a href="https://gitlab.com/cfabbro">cfabbro</a>
<td>2020/01/07 19:29:24</td>
<td>2020/01/07 19:32:47</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/627">627</a></td>
<td>Add an active user count to the site (and possi...
<td><a href="https://gitlab.com/cfabbro">cfabbro</a>
<td>2020/01/12 20:47:18</td>
<td>2020/01/23 20:46:53</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/629">629</a></td>
<td>Nit: trim spaces from single-line form fields t...
<td><a href="https://gitlab.com/skybrian">skybrian</a>
<td>2020/01/14 02:50:06</td>
<td>2020/01/14 17:54:42</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/632">632</a></td>
<td>Manage requirements with pip-compile-multi
<td><a href="https://gitlab.com/peterdemin">peterdemin</a>
<td>2020/01/22 01:42:18</td>
<td>2020/01/23 20:39:30</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/636">636</a></td>
<td>Error login Firefox android
<td><a href="https://gitlab.com/felipem775">felipem775</a>
<td>2020/01/30 08:43:40</td>
<td>2020/01/30 12:15:18</td>
</tr>
</tbody>
</table>
</article>
</section>
<footer id="footer">
<h3>
<a href="../index.html">Home</a>
</h3>
<h3>
<a href="#">To Top</a>
</h3>
<h3>
<a href="https://tildes.net">Tildes</a>
</h3>
<h3>Built with
<a href="https://gulpjs.com">Gulp</a>
and
<a href="https://sass-lang.com/">Sass</a>
</h3>
<h3>Colors from
<a href="https://draculatheme.com">Dracula</a>
</h3>
<h3>View the
<a href="https://gitlab.com/Bauke/tildes-issue-log">source</a>
</h3>
</footer>
</div>
</body>
</html>