Skip to content
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

完成搜索公司模块 #2

Closed
3 of 4 tasks
WDDcat opened this issue Feb 25, 2020 · 5 comments
Closed
3 of 4 tasks

完成搜索公司模块 #2

WDDcat opened this issue Feb 25, 2020 · 5 comments

Comments

@WDDcat
Copy link
Owner

WDDcat commented Feb 25, 2020

【20200226】今日任务:开始工程实现部分功能

  • 搜索框输入,并获取输入的值,将其传入服务器中获取返回的公司数据
  • 以列表的方式显示公司的名称及信息
  • 为缓解数据负担,采用每次获取10个数据的方法,当下拉到底部时刷新新的10个数据
  • 能够在搜索结果列表中对公司进行收藏和取消收藏
@WDDcat
Copy link
Owner Author

WDDcat commented Feb 27, 2020

【20200227】今日任务:完成公司数据的获取

  • 通过url请求获取数据
  • 实现在tableView中显示
  • 能够十个一组获取数据

@WDDcat
Copy link
Owner Author

WDDcat commented Feb 28, 2020

【20200228】今日任务:完成MVC模块的拆分,并尝试加入textField输入关键字后搜索

  • 拆分MC两个模块
  • 将UITableViewController作为根视图改为将ViewController作为根视图并插入一个tableView,同时可添加textField
  • 输入文本后搜索关键字相关信息

@WDDcat
Copy link
Owner Author

WDDcat commented Feb 29, 2020

【20200229】今日任务:完成公司搜索的大部分内容

  • 分别显示每家公司的收藏状态
  • 能够对每个Cell点击收藏按钮进行不同的响应
  • 能够上传用户的“收藏”或“取消收藏”动作

@WDDcat
Copy link
Owner Author

WDDcat commented Mar 1, 2020

【20200301】今日任务:完成公司详情页面

  • 实现布局设计及页面间的跳转关系
  • 实现activity之间传值
  • 完成融资报告首页的部分布局

@WDDcat
Copy link
Owner Author

WDDcat commented Mar 1, 2020

任务基本已完成,除因未实现用户登陆的功能以致无法实现上传收藏和取消收藏行为,其余都已经完成。

@WDDcat WDDcat closed this as completed Mar 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant