Skip to content

A Django app which allows groups of people to define and rate things (like places, movies, food).

License

Notifications You must be signed in to change notification settings

tykling/socialrating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socialrating

A Django app which allows groups of people to define and rate things (like places, movies, food).

Code style: black

Missing Views

The following views are missing functionality or templates

Model List Create Detail Settings Update Delete
Team
Membership
Category
Context
Fact
Rating
Item
Review
Vote
Attachment

Model Diagram

    +----------+         +-------------+
    |          |         |             |
    |          |         |             |
    |   Fact   |  +----->+    Team     |
    |          |  |      |             |
    |          |  |      |             |
    +----------+  |      +-------------+
         |        |            ^
         v        |            |
    +--------------+     +-------------+
    |              |     |             |
    |              |     |             |
    |   Category   |     |   Context   |
    |              |     |             |
    |              |     |             |
    +--------------+     +-------------+
     ^      ^                   ^
     |      |                   |
     |      |                   |
     | +------------+    +------------+
     | |            |    |            |
     | |            |    |            |
     | |   Item     +<---+   Review   |
     | |            |    |            |
     | |            |    |            |
     | +------------+    +------------+
     |                    ^     ^
     |                    |     |
   +------------+         |  +--------------+
   |            |         |  |              |
   |            |         |  |              |
   |   Rating   |         |  |  Attachment  |
   |            |         |  |              |
   |            |         |  |              |
   +-----^------+         |  +--------------+
         |                |
         |                |
         |       +----------+
         |       |          |
         |       |          |
         +-------+   Vote   |
                 |          |
                 |          |
                 +----------+

About

A Django app which allows groups of people to define and rate things (like places, movies, food).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published