Code Monkey home page Code Monkey logo

bandmanagement's Introduction

BandManagement

A Django site for organizing a band's tasks and releases.

bandmanagement's People

Contributors

sherwoodwt avatar

Watchers

James Cloos avatar

bandmanagement's Issues

Use sub_base templates

Have base template, have sub_base templates for each section, for instance navbar could be different or not there at all on certain sections.

Comments on Tasks

  • Make Comment model with reference to a task, created_by, created/updated_at dates
  • On Task Details display all comments in order below task
  • At the bottom, include the comment creation form, which will link to the createComment view
  • createComment view, on success, redirects back to task details

Account Details Page

Account page with User details:

  • Members -> link to specific member details page
  • Link to list view of all tasks from all bands
  • Username
  • Email
  • Reset password

Display Pictures

  • Instead of text, all image_url sections of forms should be dropdown of preset images
  • Images are stored in S3 bucket, just plain colors or something
  • Instead of url, image is displayed everywhere that image_url is used

(V2) SNS Topic for Task/Comment creation

  • On User detail page (not member, members don't have emails) option to turn on notifications, which subscribes email to SNS topic

By default, SNS offers 10 million subscriptions per topic, and 100,000 topics per account.
https://aws.amazon.com/sns/faqs/

  • Maybe topic created for user when notifications turned on
  • If task of one of its members is made or commented on notify user
    • Assuming an endpoint used, it is ideally in user, but can be in member if user is too hard to change

This problem has already been solved, and others have done this before. See how they do it before continuing this one.

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.