# Adom-Service
**Repository Path**: dragonpuff/Adom-Service
## Basic Information
- **Project Name**: Adom-Service
- **Description**: Just a community which could open your eye.
- **Primary Language**: Python
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2017-11-05
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# nsTornado
- one plus one equas two
# Tips:
## - When the problem is not in plan of fix, use this '✘' to mark it.
## - When the problem is waiting for fixed, use this '◔' to mark it.
## - When the problem has fixed, use this '✔' to mark it.
#Update Log
### 2017-10-18
#### 1. Create the git on `osChina.net`, and upload the recent code.
-Nav bar is basically done. But need to be more flexable.
#### Problem:
##### 1.The register page is not support 'POST' as Json-data. have to fix it. ◔
##### 2.Tools package is not strong, I have to make it strong. (Have more functions.) ◔
#### Conclusion:
##### 1. -> jQuery support Json Post.
### 2017-10-19
#### 1. Fixed templates function. [one router by one template] - More security, more assured.
#### 2. Change the catalog of the app. And import the `BluePrint` in this app.
#### 3. Add the 'error.html' in templates. When occur a bad request, will show this page.
#### 4. Try to Layer templates.
#### Problem:
##### 1. Falsk can not extends more than once. So, the nav_bar is not support to extends. ✘
### 2017-10-20
#### 1. Try cookie. [Add/Get]
#### 2. Set cookie expired time.
#### 3.Use the BluePrint. And successfully try the prefix whit 'user'.
##### The Blueprint can route a new URL with fixed prefix. Hahah~
## -----------------------------------------------------------------------------------------------
## To All:
## course of I have no more Knowladge, I have to stop this project.
## I need to learn more about flask. I think i will be beter ang beter.
## -GODBLESS.
## 2017-10-20 18:49
## -----------------------------------------------------------------------------------------------
### 2017-10-23
#### 1. Learn more about Flask. reknow Blueprint. And use it.
#### 2. Get jQuery WaterfallFlow, it's very simple to use, and so beautiful.
#### 3. Classify the Model of `User` and `Tour`.
#### Problem:
##### 1. Flask about Static-folder usage is not good.
##### 2. Need to make up the Notes.
### 2017-10-24
#### 1. Fix the Flask about Static-folder not support <{% for each in dict%}> / Now support :)
#### 2. Pic - Magnifier is used for index.
#### Problem :
##### 1. Css/Js is so mess.
##### 2. It's time to use Database. [ mysql + mongoDB ]
##### 3. More information about pictures, [videos/GIF] need to be done. {Base_Info_Page}
### 2017-10-25
#### 1. HTML use a new JS called silphover to Rendering the Pic of indexPage.
#### Problem:
##### 1. It's time to use JSON->[AJAX] to get Pic of indexPage.
###### This is url about HOW TO USE `for` IN JQUERY (Just send an AJAX req and for it!):
###### https://zhidao.baidu.com/question/1951853610955214788.html
## CDN OF `masonry.js`
###
###
1、使用自定义字体 css3调整。
2、使用全新瀑布流
3、修改注册木板样式
4、合代码
5、准备将注册板块翻新为AJAX提交,好用于响应layui.msg().
1、搞定了User模型的首页展示. 其余页面均需要判断token.
2、退出按钮有些小问题, 需要细化 已经搞定 将token过期时间置空即可
3、需要更换首页视频以及将左侧飘出文字搞定
4、进入首页的字体什么的太low了. 需要改进
5、加入注册IP地址保存。
6、2017-11-02 12:38 User模型基本完成
7、目前需要的是 Tour模型 当检测到有token时 跳转到User模型 done.
8、 压缩字体 ttf no-done.
9、nginx反向代理取IP。 done.
1、加入点击注册按钮后的文字提示
2、加入首页回到顶部小火箭
#问题
发现当用户注册成功后 插入别的数据出现错误也会导致用户名无法使用
代理池 跑起来 需要高可用 为了Adom-HotPot 做铺垫
3、2017-11-06 完成了登录模块 区分了账号不存在与密码错误的错误类型
4、将返回首页加入到base模板中 设置z-index = 9999;
5、分项目实现百度热点和微博热点的实时爬取 done.
6、新增查询登录记录接口 修复登录时不会记录登录记录的问题 之前只有注册之后才会有登录记录.
2017-11-15
加入找回密码功能, 实现发送邮件
找回密码 done.
需要继续加入修改密码的次数以及信息
16日
完成修改密码功能.
17
complete the article_page.
from database to show data.