Git Product home page Git Product logo

edmunds-python's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

ppcult

edmunds-python's Issues

Localization

Determine:

  • Locale
  • Language (from locale)
  • Location
  • Currency
  • Timezone
  • Number/date formatting
  • isRtl
  • Length
  • Liquid

Mailing

Implement mailing system.

Review code for Alpha release

Review code for Alpha release. Check:

  • Potential of before_first_request for loading instances in managers
  • Check handling in route function. This can be improved. Try returning route as a model. Attach middleware lateron with function.
  • Check documentation for old Edmunds imports.

Translations

Add translations system.
Old translation system:

  • You have --plural:{apples}__an apple__{apples} apples--
  • I am a --gender:{user}__man__woman--

Implement Visitor

Implement Visitor:

  • In controller
  • General in request context

Take into account:

  • Visitor-id
  • Logged in user
  • Context
    • Desktop/Mobile/Bot
    • OS
    • Browser
    • Browser locale
  • Localization
    • Locale
    • RTL
    • Currency
    • Timezone
    • Measurement
  • Location
    • Ip
    • Continent
    • Country
    • Region
    • City
    • Postal code
    • Latitude
    • Longitude
    • Timezone

Engineering Analysis

Investigate potential for Flask as Edmunds' core. Find a replacement for each and every element of Edmunds.

Service Providers

  • Optimise load on application using the service provider-pattern as implemented by Illuminate
  • Only load config files when necessary
  • But try to avoid the string way of Illuminate

Input and Validation

  • Maybe give Flask-Inputs a go?
  • SQLAlchemy also has some validation
  • Try to aspire the validation currently in Edmunds
  • Should apply for input validation, but also for model validation (or anywhere really)

Implement Request

Implement Request:

  • In controller
  • In other places where flask request is used

Implement Response

Implement Response:

  • In controller
  • Make method generic

Take into account:

  • Request type
  • Assigns
  • Assign Input/Errors
  • Render views
  • Download file
  • Pure content
  • Cookies
  • Headers
  • Redirect
  • Send directly

Translator

Implement easy to use translation system.

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.