Code Monkey home page Code Monkey logo

2013-web's People

Contributors

ashchristopher avatar brosner avatar dianaclarke avatar felixc avatar holdenweb avatar jpcaissy avatar jtauber avatar kayzhu avatar lukeman avatar mlhamel avatar taavi avatar trbs avatar wolever avatar wrought avatar zerok avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

2013-web's Issues

Create the sponsor prospectus page

In the same vein as the About page.

This includes:

  • Getting content from the sponsorship team (when they're ready)
  • Adding the English translation (use make i18n to generate the po files, and a second time to update the mo files)
  • There's already a pair of routes set in symposion_project/urls.py, but they're not quite right (the "learn how to" button-link on http://2013-staging.pycon.ca/sponsors/ doesn't point there…)
  • Adding a link to the navigation bar, below the masthead.

Validations not showing up

Pages such as signup/ and login/ , this is because these Django forms have been overwritten by custom templates -- I will remove these templates and tweak a bit with the inheritance and CSS.

Remove the Symposion CMS behaviours entirely

Try to avoid causing merge conflicts, so disabling may be a better thing than outright deletion.

Unless we can think of some reason to keep the CMS (but I don't think so, unless it can be configured to work like a wiki, then maybe…)

Skin the site

Design and implementation (if necessary, create a second implementation ticket later).

UI -- the final frontier!

Code of Conduct page is way wide

It's the only page I've seen so far that goes edge-to-edge, as opposed to sticking to the central column. Missing a div somewhere?

Creating tests and integrate CI?

Just wondering if it's a good idea to write tests for this Symposion -- it has 0% test coverage if I am not missing the something obvious. It does seem like a pretty big project to write tests for though. It seemingly passed the real life tests of being used for several conferences over the years without many hiccups..

Figure out how to translate things in `symposion`

The existing infrastructure only translates things from symposion_project as far as I can tell. It looks like a bunch of {% trans %} tags already exist for symposion, so I suspect it will look easy in hindsight. ;)

I am curious to see if we end up with a single .mo file for symposion_project+symposion, or separate translations for each…

Full English copywriting

Need to have complete copywriting. This ticket is a "make sure it's all there". There are separate tickets for particular areas of concern.

Translation's moved into #28.

French Translation

Copied from #14:

List of pages that needs to be checked:

  • Code of conduct page
  • Contact page
  • Venue page
  • About page
  • to_be_added

Create a template auto-render view for our translated content pages

According to @wolever:

# It's straight forward to make a route to do that kind of generic static rendering:
    url("sponsor/(.*)", views.some_function_to_lookup_and_render_the_template)

I suppose we might need something like that for each section ("sponsor", "speaker", "in the area", etc). Perhaps the lookup function can take some kwargs, more like:

    url("sponsor/(.*)", views.some_function_to_lookup_and_render_the_template, {
        {"template_directory": "sponsor/"}
    )

Create an About page

In the same vein as the old 2012 site.

This includes:

  • Creating the template with {% trans %} tags
  • Adding the English translation (use make i18n to generate the po files, and a second time to update the mo files)
  • Adding a route in urls.py to render the About page (unless someone's already done #4, in which case it should hook up through that
  • Adding a link to the navigation bar, below the masthead.

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.