Skip to content

zuri-training/Project-QR-Gen-Team-52-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR CODE GENERATOR

Introduction

QR Code generator is an online software that allows users to create QR Codes by entering desired information and download them in different formats - PNG, JPG, SVG, and EPS.

Aim

This project aims to create the best platform that allows users generate QR code for their various needs.

Goals

The primary goals are flexible sharing options (allow users download generated QR codes in png, jpeg, and pdf format or share the code via email / social media platforms) and promote personalised user history and archives. Secondary goals are to enhance user experience by allowing users customise generated codes to desired brand colours and good documentation comments.

TABLE OF CONTENT

  1. SetUp
  2. Walkthrough
  3. Project Features
  4. [Technologies and Resources Employed](#Technologies and Resources Employed)
  5. [Contributors to this project](#Contributors to this project)
  6. Test

SetUp

The first thing to do is to clone the repository:

$ git clone https://github.com/zuri-training/Project-QR-Gen-Team-52-Backend.git
$ cd "parent directory"

Create a virtual environment to install dependencies in and activate it:

$ virtualenv --no-site-packages env
$ source env/Scripts/activate

Then install the dependencies:

(env)$ pip install -r requirements.txt

Note the (env) in front of the prompt. This indicates that this terminal session operates in a virtual environment set up by virtualenv.

Once pip has finished downloading the dependencies:

(env)$ cd project
(env)$ python manage.py runserver

And navigate to http://127.0.0.1:8000/.

Walkthrough

Authorised User Pre-authentication and Privileges

Upon registration 'Sign Up' a user is authorised and logged as an authenticated user with the following privileges;

  • Full access to platform
  • User is allowed to set what should happen when QR is scanned i.e
    • QR code should redirect people to a blog
    • QR code should access a document
  • Share QR code via email or social media
  • Download QR code in desired options eg Pdf, Png, Jpeg etc.
  • Personalised Dashboard / User History.
  • Customise Qr codes to brand colours

Unauthorised User privileges

An Unauthorised User are users who have not 'Signed Up' on the platform. They can do the following;

  • Visit the platform to view basic information
  • View and interact with documentation
  • Register to view more details
  • They have no access to use the QR Generator until they are registered.

Project Features

  • User Registration
  • Settings on QRCode enabled to be used by User
  • Available options on the application:
    • Links
    • Contact Details
    • SMS
    • Videos
    • Images
    • Audio files
    • Send Email

Technologies and resources employed

  1. Client-Side Scripting / Coding

    HTML (HyperText Markup Language)

    CSS (Cascading Style Sheets)

    JavaScript

  2. Server-Side Scripting / Coding

    Python

  3. Wire frames, Moodboard, UI/UX Design, Protyping

    Figjam https://www.figma.com/file/7ntQSfo6moEKgs6kwiR90X/Empathy-map%2FUser-story%2FUser-flow-for-QR-code-generator Figma https://www.figma.com/file/1g4hAgOiGRBuPEJGPnRWKj/Zuri-Team-52-(Qr-generator)?node-id=0%3A1

CONTRIBUTORS TO THIS PROJECT

(GitHub Usernames)

Product Designers

(These collaborators cannot push codes to the repo)

  1. joshman58
  2. tawakkul007
  3. oyesolatobi
  4. thintallqomar
  5. solo-blaze
  6. ojogwuchike
  7. thephotosamurai
  8. holuwamueewer
  9. doyeen91
  10. ben11997
  11. ebehdeborah
  12. lizzy-osuwa03

Developers

  1. biyiemmy
  2. kuriency
  3. demiladeala
  4. gloriaokeke
  5. cheerycodes
  6. sawlew
  7. moyorbe
  8. favtob
  9. clappy203

Test

To run the tests, cd into the directory that has manage.py, then run:

(env)$ python manage.py test app

Releases

No releases published

Packages

No packages published