-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QQ对话持久化工具第一轮迭代 #16
Comments
QQ解析部署到 heroku 访问 |
修改建议:
|
3月25日: BUG: BUG: 以上 BUG 都需要 fix |
需要基于这个 gem 实现一个 QQ 对话持久化工具(用一个新的rails工程来做),这个工具可以通过web进行如下操作:
用户打开首页,点击【导入新对话】按钮,出现一个textarea,允许用户粘贴QQ对话到网页。
用户粘贴QQ对话并点击【保存】按钮后,通过这个 gem 解析对话记录,并把解析出来的两类对象:line 和 user,持久化保存到系统数据库中。每个对话保存后会新生成 n 个 line 和 user 对象。持久化到数据库之后,每个对象会具有ID,同时需要保持他们的关联关系。
The text was updated successfully, but these errors were encountered: