ArtOfCode

Results 22 issues of ArtOfCode

meta:289241 Table of contents appears to count deleted answers when counting how many answers are present (and hence whether it should display or not). If enough deleted answers are present,...

area: ruby
type: bug
priority: medium
complexity: easy

This is an odd one. I've implemented SimpleMDE for a [development website](http://stage.artofcode.co.uk:8800). On the page where it's used (http://stage.artofcode.co.uk:8800/recipes/new - requires sign in), when I reload the page, the editor...

bug

see: https://metasmoke.erwaysoftware.com/dev/request-log/status/INC - that contains all the API requests, while https://metasmoke.erwaysoftware.com/dev/request-log/status/API where they should be doesn't.

type: bug
area: redis

When you have multiple (more than 3) categories, the category header works fine on desktop: ![categories](https://user-images.githubusercontent.com/10406565/80926428-25aa9f00-8d8f-11ea-8c67-7111841ba4a1.png) When you use it on mobile, it completely screws the layout: ![categories-mob](https://user-images.githubusercontent.com/10406565/80926437-36f3ab80-8d8f-11ea-9b79-c8e4eaf6c62a.png) That should...

type: bug
area: components

Simple one. Adds a DB table for email status logging that can be connected to AWS.

priority: high

Add Ruby documentation comments to helpers.

Our code is woefully lacking in documentation comments across the board. This makes it more difficult for new contributors as they find their way around the project - we should...

area: ruby
area: html/css/js
type: change request
priority: low
complexity: easy

meta:292845 The placement of the username is inconsistent across profile pages, leading to the navigation tabs jumping position. This should be standardised so that the tabs location is predictable.

area: html/css/js
meta: good first issue
meta: help wanted
type: change request
priority: low
hacktoberfest
complexity: easy

meta:292843 Add "me" links for at least all the public user-profile tabs, ideally the private tabs as well.

area: ruby
meta: good first issue
meta: help wanted
type: change request
priority: low
hacktoberfest
complexity: easy

Closes #1439 Allows `set_user` to process `'me'` as a special case so that me-links work across the users controller.