Add roadmap

This commit is contained in:
grandeljay 2022-11-15 12:49:08 +01:00
parent dcc062b251
commit 264020679d

View file

@ -38,7 +38,7 @@ $page->navigation();
<?php <?php
/** TRANSLATORS: %s: discussions */ /** TRANSLATORS: %s: discussions */
echo sprintf( echo sprintf(
__('If you would like to give feedback regarding the roadmap, please refer to the %s on GitHub.'), __('If you would like to give feedback regarding the roadmap, please refer to the %s on GitHub, or chat on Matrix or Discord.'),
sprintf( sprintf(
'<a href="https://github.com/grandeljay/wishthis/discussions" target="_blank">%s</a>', '<a href="https://github.com/grandeljay/wishthis/discussions" target="_blank">%s</a>',
__('discussions') __('discussions')
@ -47,12 +47,32 @@ $page->navigation();
?> ?>
</p> </p>
<ul> <ul>
<li>
<?php
/** TRANSLATORS: Changelog: Roadmap */
echo __('Filter by price');
?>
<a href="https://github.com/grandeljay/wishthis/issues/43" target="_blank">#43</a>
</li>
<li>
<?php
/** TRANSLATORS: Changelog: Roadmap */
echo __('Bookmarklets');
?>
<a href="https://github.com/grandeljay/wishthis/issues/49" target="_blank">#49</a>
</li>
<li> <li>
<?php <?php
/** TRANSLATORS: Changelog: Roadmap */ /** TRANSLATORS: Changelog: Roadmap */
echo __('Notifications for fulfilled wishes'); echo __('Notifications for fulfilled wishes');
?> ?>
</li> </li>
<li>
<?php
/** TRANSLATORS: Changelog: Roadmap */
echo __('Compact/list view for wishes');
?>
</li>
</ul> </ul>
</div> </div>
</div> </div>