GithubHelp home page GithubHelp logo

teed7334-restore / coder Goto Github PK

View Code? Open in Web Editor NEW
12.0 12.0 0.0 3.02 MB

針對PHP CI Framework,生成IoC風格的程式,減少開發時程

License: BSD 3-Clause "New" or "Revised" License

HTML 26.01% JavaScript 73.99%

coder's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

coder's Issues

#6-設定碼農索引頁

索引頁需要有-
1.CRUD生成器
2.Method生成器 (將之前設計的method生成器移出來做成新的)

#3-追加Service與Present

1.將controller的商業邏輯移到Service去
2.將controller需要傳給view的資料交由present處理

#8-開發GA碼生成器

可讓使用者自己設定要綁定的DOM Name OR DOM Id,設定要寫入的自訂事件 or 目標

將GA UTM產出器用vue重寫

1.原有舊的js/classes/utm.js當Service用,商業邏輯全部寫在這
2.原有舊的js/utm.js當Controller用,透過vue綁定UI之後,將要帶給Service的參數先做處理

#11-追加自我學習機制

在使用者操作時,默默記下變數名與變數註解 or method名與method註解,存到localStorage去,下次如果有其他功能也匯入相同名稱變數或是Method時,就算沒有提供註解,碼農也可以自己提供

#5-開發透過JSON產出註解功能

好比
{
["orderId":"2017032200001","orderTotalPay":2560,"orderPayName":"Peter Cheng"]
}
改成
@return string $order[$i]['orderId']
@return string $order[$i]['orderTotalPay']
@return string $order[$i]['orderPayName']

@param string $order[$i]['orderId']
@param string $order[$i]['orderTotalPay']
@param string $order[$i]['orderPayName']

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.