美文网首页
绝望坡项目

绝望坡项目

作者: huglee | 来源:发表于2014-08-15 20:30 被阅读72次

juewangpo

An amazing bravo excellent web application written in Python and Flask and Bootstrap, driven in SAE PaaS.

Deployment

  • Use SVN to taken the '1'package to SAE.
  • visit host/admin/initdb to init the database.
  • visit host/admin/initusers to create random users.(optional)
  • Remember to change The AVATARURL and BACKURL to your host/upavatar and host/upback

Features

  • By detect the os.environ, juewangpo can change mysql server automatically
  • Use SQLAlchemy and Flask-SQLAlchemy to make sql models
  • Use PIL to convert img then save in SAE Storage
  • Use Qiniu Cloud Storage to process and save images
  • Customized User Profile page, various
  • Follow/Unfollow somebody, fans/followed list
  • Private Message(pm) system
  • Integrate with guests lists of Wuhan Campus Love
  • Notification system
  • visits record (besides self visit)
  • register login edit upavatar upback match follow followers message guests.

Docs

/match

  1. 匹配表,过滤用户当天的匹配次数,转为int类型

  2. 次数字典,根据用户角色提供最大次数

     times = int(MatchingRecord.query.filter_by(player=g.user.id,matching_date=date.today()).count())
     max = config.TIMES.get(g.user.role)
     if times >= max:
         flash(u'你今天已匹配%s次,明天再来吧~' % max)
         return render_template('match.html', form=form)
    

七牛python sdk修改

我在python SDK中的class PutPolicy中手动添加了 persistentPipeline。
API文档里有,python SDK里暂时没有(add by lee @14.8.14)

消息提醒功能

1.思路:创建一个notify表,三个字段:id(主键),type(提醒类型),user_id(提醒人)

"""我想直接用表做,不用ORM。懒得看文档,速度修改!!"""
class Notify(db.Model):
    id = db.Column(db.Integer, primary_key=True)
    type = db.Column(db.String(20))
    user_id = db.Column(db.Integer)

2.用户follow某人或发私信给某人时,notify表增加记录
# follow
db.session.add(Notify(type='follow', user_id=id))
db.session.commit()
# message
db.session.add(Notify(type='message', user_id=id))
db.session.commit()
3.主页上显示消息提醒

if g.user.is_authenticated():
    fans = Notify.query.filter_by(type='follow', user_id=g.user.id).count()
    message = Notify.query.filter_by(type='message', user_id=g.user.id).count()

4.主页上点击 /followers 或 /session删除记录
# followers
Notify.query.filter_by(type='follow', user_id=g.user.id).delete()
db.session.commit()
# session
Notify.query.filter_by(type='message', user_id=g.user.id).delete()
db.session.commit()

Warning

1.运行 /admin/migrate,不能确保完全OK。所以,迁移前先备份。
2.在models中修改字段,无法迁移,增减字段没问题。所以,记得手动在线上数据库修改。
3.备份,备份,备份。
4.测试,测试,测试。

models

  1. lala
  2. gaga

修改日志

14.9.1 add by lee
1./match 匹配系统,性别和状态默认值。用了 class="active" 和 radio 的checked 判断。
2./edit 家乡省市默认值,原来只需要在添加pro 和city就行了

<script type="text/javascript">
$(document).ready(function(){
    $.initProv("#pro", "#city","{{ pro }}", "{{ city }}");
});
</script>

14.9.3 add by lee
1./match 匹配系统,输入框高度变了,背景颜色修改了,【Ta的档案】和【返回主页】的位置变了。
删除了无效的按钮报错(见1号的修改,已经有默认值了)
2.formsviews 删除了重复的form.height以及form.height.data(本来用wtforms做的,后来改为直接html)
3./edit 删除了无效的form.errors.height的报错
4./profile "发送私信、取消关注、返回主页",修改了样式

  1. /message_session 未读背景色,时间去除秒

WEBsite

演示网站:
juewangpo.sinaapp.com

相关文章

  • 绝望坡项目

    juewangpo An amazing bravo excellent web application writ...

  • 《绝望坡》

    《绝望坡》—穿石—漫道荆棘两密布,直挂天阶向云霄。夜色不知尽头路,绝望坡上穿石笑。—2019.7.21 穿石晨于京...

  • 树山有感

    伸伸腿,弯弯腰,“蝗虫”欲出动[呲牙] 。叶未动 汗如雨 又来一个绝望坡, 有人坡上在暗喜, 不知坡后更绝望,水渐...

  • 乌孙古道徒步:从溜索营地到库诺萨依营地

    4号,据说行程很难,要爬绝望坡。顾名思义,爬坡爬到绝望,这坡得多难爬啊!犹记得,下午大爷到了营地之后,嚷道:把老汉...

  • 铅笔插画:绝望坡少女

    喻园大道绝望坡上取的景,人物的动态也来自于生活 原创角色,大概是建筑学拟人这样的定位?

  • 高歌三千追牦牛(十五)| 五味环湖一杯酒,得之若失醉清梦

    上回说到,他们遇到了传说中的绝望坡,彦臣临时起意,用鞋带拉着牙牙翻过了绝望坡。紧接着是国道大货,山谷乱流和体力透支...

  • 登山后在移动时空间的感悟

    刚刚蹲在广州南站地板上,和一群队友等待处理回程票务伙伴的时候,在翻看队友拍的绝望坡的图片,我在想名字为什么叫绝望坡...

  • 我也曾爬过绝望坡

    作者:高桥 假若山不过来,那就麻烦你过去,意下如何? —题记 五月的天气,像是躲猫猫的小孩,不到最后一刻,根本不...

  • 醉美武功山

    因为时间有限,只走精华段。龙山村--发云界--好汉坡--绝望坡--吊马桩--金顶--吊马桩--武功山大门 为了这一...

  • SNS柔性防护网厂家承包边坡工程项目

    SNS柔性防护网厂家承包边坡工程项目 SNS柔性防护网厂家承包边坡工程项目分几类: 项目经理部组成:1项目部组成 ...

网友评论

      本文标题:绝望坡项目

      本文链接:https://www.haomeiwen.com/subject/xrostttx.html