Riccardo Graziosi

Results 60 issues of Riccardo Graziosi

Right now a board has the following URL: `/boards/{board_id}`, where board_id is a number that denotes the ID of the board. It would be nice to have friendly boards URL...

feature
good first issue

Right now feedbacks in boards are ordered using a hotness algorithm that takes into consideration likes, comments and publishing time (see [the code](https://github.com/riggraz/astuto/blob/44843a03c3ff5163dc83647b7619a9eef7dbc19a/app/controllers/posts_controller.rb#L4)). It would be nice to add a...

feature

- Remove the step number (1. and 2.) from headers - Add astuto logo on top (also text "astuto" or only logo?) - Fix password fields not full width -...

We should email tenant on: - New tenant registration (to welcome them and give some welcome instructions) - After 3/4 days (to ask if everything's okay and if they have...

Add at least the following: - logs - dashboard - analytics

Tenants should have a setting under Site settings > General to decide the default sorting order for posts (e.g. trending, or newest, or most voted, ...)

feature
ruby

In a multi-tenant setup, it'd be cool to have an admin dashboard to monitor the number of registered tenants and other useful informations. Obviously, this page should have a separate...

feature