Skip to content

Instantly share code, notes, and snippets.

@marteinn
Last active April 22, 2019 08:51
Show Gist options
  • Save marteinn/26c9dee58d30527fd13cd7ba212cbe81 to your computer and use it in GitHub Desktop.
Save marteinn/26c9dee58d30527fd13cd7ba212cbe81 to your computer and use it in GitHub Desktop.
Notes from my code retreat 2019

Code retreat 2019

Projects

  • wagtail-alt-generator
    • Added translation support with the google translate api
    • Battled with a bug that made tags not be generated when image is uploaded through a page, still unsolved and connected when tags beeing overriden by form handling in wagtail
    • Fixed a bug related to the azure implementation (endpoints had changed and regions was introduced)
    • Improved the test suite with mock stubs for providers
    • Added CI integration
    • Rewrote the docs
    • Created a new release
  • wagtail-text-analysis
    • Created it from scratch as a new library
    • Added a key phrase sync against azure
    • Added a sentiment integration aginst azue
    • Added CI integration
    • Published on pip
  • wagtail-geo-widget
    • Fixed a bug related to the new stream field
    • Rewrote the docs
    • Published on pip
  • wagtail-boilerplate
    • Added pip update in docker image
    • Refactored the seo-implementation

General experimentation / learnings

  • Read up on unitest.mock and implemented it in a couple of libraries
  • Tested to set up Saelor, core realization is that its more of a boilerplate then library
  • How to implement AWS Textreact in serverless.js (wrote a gist to showcase https://gist.github.com/marteinn/c1071b5e22086ace14cca38ec4460fb8)
  • Inspected wagtail-experiments and got a hang on how it works and how to use it in client work
  • Played around with wagtail-personalisation and explored ways to implement in client work
  • Tested to set up django-oscar and looked into possible integrations with wagtail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment