GithubHelp home page GithubHelp logo

blotz / emailservice Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 6.5 MB

This is a email service/website which notifies users when ever they receive homework on an application called ClassCharts.

Python 70.73% CSS 2.72% HTML 26.55%

emailservice's Introduction

This is a school programming project

This is a email service/website which notifies users when ever they receive homework on an application called ClassCharts.

Programming notes

adding a user to the database

  • add user to database

    • verify = 0
  • generate rand 32 char ID

  • generate 32 byte salt

  • hash ID + salt

  • id , hash

  • send email containing verification info

  • del id

  • if userCode, purpose exists: del userCode Purpose

    • store userCode, Hash, purpose, Time 1d from now

verify user

  • userCode, ID, Purpose

  • select hash from db where userCode and Purpose

  • extract salt and hash

  • hash ID + salt

  • this

if hash = hash: 
	del from db where userCode and Purpose
	return True 
else: 
	return False

whiteboard notes

External flask server

Email Verification?id=int Add HWs to database Charges verification of email DeleteAccount?id=int Removes HW from database removes Account EmailVerified AccountDeleted

Users

Me

triggers Add_user_code()

add user to db send email store email code

url/verify/code

checks cords and verified

checks code verify add HW

Python Program

functions Purpose
/ add user to db
Add Account - veridy = 0
\ send verify email
/ remove homework from homeowkr
Remove Account - remove account details
Bugs
- icloud blocks email
- hw due same day breaks email format

emailservice's People

Contributors

blotz avatar

Stargazers

 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.