Coder Social home page Coder Social logo

omm's Introduction

Hi, I’m @gothick. I'm a random geek from Bristol, England. I've been programming for about forty years. I'm very much a jack-of-all-trades style generalist, often picking up a technology, doing some odd project in it, then moving on to something completely different.

As a day job I'm a data engineer mostly on the Microsoft SQL Server/Azure platform; in my spare time I'm now developing for Android or iOS or using (modern, usually Symfony-based) PHP on the web, sometimes adding JavaScript in whatever framework happens to be popular that Tuesday.

Along the way I've gotten good enough to hold down paid jobs using C, C++, C#, Visual Basic, PHP, JavaScript, Java, Objective C, Oracle PL/SQL, XSL, Python, SSIS, SSAS, Informatica ETL, and probably a few more things I've forgotten. I've basically become That Guy Who Knows A Bit About Everything, which I've found to be a pretty useful role, especially on smaller, fast-moving teams.

omm's People

Contributors

dependabot[bot] avatar gothick avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

omm's Issues

Add mini-map to image page

Add a mini-map to each image page showing where the image was taken (and optionally the wander it was taken on) zoomed in so you can see just the detail around the snapping point.)

Make edit link on public Wander and Images pages consistent

When you're logged in as admin, viewing the public Wander and Image pages, there's a link to edit them in the back-end. On the Wander page, it's a text link on the left-hand side below the Description; on the Image page it's a button on the right-hand side below the description. Pick a location and a look and stick to it!

Centre all knpPaginators

Might even be able to do it by setting a default option in the config. But anyway, it's an option and you're already successfully using it in the public Wander page image paginator.

Add credits page

  • Including Bristol Open Data
  • geotools2.js
  • Possibly just add it to the About page, with a configurable section?

markdowntoplaintext Filter Shouldn't Encode Entities

Our markdown_to_plain_text filter is a bit too simple: I think we're outputting encoded entities, i.e. Rod & Ruby's is coming out as Rod & Ruby's where it should just be left plain and simple. The fact we're pre-encoding means that Twig is double-encoding, so we end up with & shown on the page. This isn't dangerous, but it's a bit messy and may also be slightly affecting search indexing.

Repro: Create wander with description Rod & Ruby's. View /wanders index page.

Bug: Deleting and re-uploading a Wander with many images times out

Repro:

  1. Create a wander with many images (e.g. 28 March 2021 wander with 81 images)
  2. Delete the wander, leaving the images
  3. Re-upload the Wander

This will produce: Error: Maximum execution time of 30 seconds exceeded

I think it's likely to be the cumulative time taken re-adding the images to the wander, given that for every image, I think we'll be recreating the Elasticsearch index for every image added to far up to that point. Certainly the Elasticsearch process seemed a bit busy when I saw this. A wander with only 12 images was quite quick.

Create a "Featured Image" feature?

  • Would you just choose one image from the wander?
  • Test what happens if you delete that image. Does it break the wander?
  • Add flag to Image for "show in wander?"
  • Add featured image ID as property of Wander
  • Filter out non-shown images from everywhere we display wanders (probably includes API)
  • Add UI to allow setting/viewing featured image
  • Add UI to allow setting/viewing "show?" flag
  • Show featured image on front-end in appropriate places; bare minimum is main Wander show page
  • Add featured image to RSS feed
  • Add tests for various scenarios as we go/practise a bit of TDD

Add map key for latest wander.

Add a key for “most recent wander”. Maybe change most recent wander colour? Have different colours for latest/currently selected?

Add footer

At least have a direct link to your Twitter and gothick.org.uk

Rewrite Tagging Again

Using BeelabTagBundle seems to be overcomplicated and needs some strange workarounds. It feels quite fragile. I think we should simply re-do tagging from scratch, implementing it manually ourselves.

Feature: Make latitude/longitude optional on Image Edit page

Probably not every image needs a latitude/longitude, and even if one is missing, it's irritating to have to find one rather than just put the absence on a "to-do" list when you're trying to edit something else. And it's optional in the database.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.