Skip to content

Move to table-less HTML with proper CSS #541

@ietf-svn-bot

Description

@ietf-svn-bot

keyword_sprint resolution_overtaken by events type_enhancement | by lars.eggert@nokia.com


The generated HTML is spaghetti. A lot is still table-based layout, the CSS exists in Django, in the HTML templates and in CSS files. It's already a nightmare to understand/maintain it and it's only going to get worse. So it's time for some major surgery.

We should do a bunch of things:

  1. agree on a basic page layout (header, footer, toolbars, etc.)
  2. agree on which javascript libs we're using (jqueryui, etc.)
  3. rip out all the styling and CSS from the python code
  4. rip out all the styling and CSS from the HTML templates
  5. generate a single CSS file for styling

This is a major project that will need a few folks spending at least one or two entire codesprints on it.


Issue migrated from trac:541 at 2022-03-04 01:39:39 +0000

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions