Skip to content

Sprint 2 | Django Front End Design

Lenny edited this page Apr 19, 2019 · 2 revisions

Brief

A website isn't much of a website until it has some finesse. You'll be adding this Finesse with web technologies--HTML/CSS and DJango templating.

Objectives

  1. Create a page that utilizes templates to make a simple dashboard
  2. Add at least one interactive component to that interface
  3. Commit the new application to develop
  4. Make a combined release as a team containing a somewhat stitched together website
  5. Start assigning each person to issues--everyone will be assigned to at least one issue

The following video adequately presents how to work with dynamic content in Django:

DJango Sandbox Exercise

Working with Github Issues

The following links explain how to assign and work with github issues. Start sifting through the milestones for Sprints 1/2 and assign yourselves to issues and each team needs to create at least one new issue to track a feature they will create

Working with Views, Forms, and Unit Testing

Navigate to the links and complete the tutorials:

AJAX and Dynamic Content

Navigate to the following issues, assign them to yourself, and start working on the tasks

Application Mock-up Demo

This session has a demo--each team will demo for the group a mock-up of what they'll be designing, which we will save in the slack channel. Also, we will as a community define the URI hierarchy of the website to isolate each feature behind its own URI.

Clone this wiki locally