Giter Site home page Giter Site logo

csc648-team03-codereview's Introduction

CODE-REVIEW

PlayDate Synopsis

Within the existing social media paradigm there is not much care for creating secure social-media ecosystems where parents and guardians can securely network and create events and groups catered towards their children or pets. This is where PlayDate comes in. We aim to provide a platform where parents and guardians can safely create groups and events to arrange for their children and pets. Instead of incentivising group-popularity or user-volume we aim to focus on a niche target group of parents and pet-owners so they can safely create successful playdates with other similar people.

General Application Details

In order to create our PlayDate application, we utilize the django web-framework. Django separates each core module into different app-folders. As such, our filetree looks like this.

PlayDate/
├── events/
│   ├── forms
│   ├── models
│   ├── templates/
│   ├── urls
│   └── views
├── groups/
│   ├── forms
│   ├── models
│   ├── templates/
│   ├── urls
│   └── views
└── home/
    ├── forms
    ├── models
    ├── templates/
    ├── urls
    └── views
  • forms: used for generating any form pertaining to our DB tables
  • models: used for creating and specifying mySQL tables
  • urls: used for routing
  • templates/: where HTML, CSS, JS, are stored
  • views: the main code that is responsible for all specific functionalities

Code Review

For this code review we intend to submit two parts: Part 1 is for Non-Functional Requirements used in QA testing. Part 2 is for Usabilitiy Testing used in creating “superior” functionalities.

Within this repo you will find:

Part 1 - QA/Non-Functional Req’s

  • Part 1: home/views.py
  • Additional html code in home/HTML/

This will have the following cases:

  • 1.a) 7.1 : “The application’s back-end servers should never display a user’s password in cleartext”
  • 1.b) 2.1 : “Users shall receive online help from support for any assistance on the application.”

Part 2 - Usability/Superior Functionalities

  • Part 2: events/views.py

This will have the following:

  • Creating Group/Public/General Events that can be queried based on certain parameters like category(kids or pets), location, keywords.

csc648-team03-codereview's People

Contributors

x-candy6 avatar

Watchers

 avatar

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.