Gareth Rees

Results 128 issues of Gareth Rees

Came across [rHAPI](https://github.com/timstephenson/rHAPI/blob/master/lib/r_hapi/configuration.rb) which has a lovely configuration block. [Turn](https://github.com/TwP/turn/blob/master/lib/turn/configuration.rb) also does this. Rather than ``` ruby a = Echonest::Artist.new('Weezer', 'YOUR-API-KEY') ``` You could do ``` ruby Echonest.config do |c|...

feature

`` tag is always "Gender Balance" SEO and all that.

The first step to making Projects more public will be the ability to publish the Dataset created through the Project. To do this we’ll basically create a web view of...

At present Project creation requires developer intervention. Here we’ll get the parts in place so that projects can be created entirely through the user interface. We’ll rely entirely on edit...

We’ll need a jumping off point for selected Pro users to create and get to their Projects. We’ll enable Projects on a per-user basis with a feature flag, so this...

Requires https://github.com/mysociety/alaveteli/issues/3578

x:uk
easier-admin
reduce-spam
enhancement
f:admin

If there aren't any categories you just get an empty page. ![Screenshot 2024-05-01 at 11 59 54](https://github.com/mysociety/alaveteli/assets/282788/efbc5c24-6bf6-47a1-9e4b-6149609ff40f)

x:uk
improvement
f:categories

A specific case of https://github.com/mysociety/alaveteli/issues/3148. A generalisation of https://github.com/mysociety/alaveteli/issues/5090.

x:uk
f:user-profiles
improvement
reduce-admin

Tags are a cornerstone of Alaveteli, keying off a variety of behaviour and presentation logic. Currently they sit in a weird place where they’re mostly hidden, but kind of also...

x:uk
enhancement
f:framework

A badge is not much more than a fancy tag. Badges will serve two key purposes: * Publicly celebrate good content to motivate and encourage the recipients. * Enable users...

x:uk
enhancement
f:framework