-
Notifications
You must be signed in to change notification settings - Fork 0
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
宠物界面图片展示 #60
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. 增加了pet_source视图,删除了foster_window视图,修改了pet_profile视图。 2. 删除了员工的电话号码属性,并引用user2的id为外码 3. 删除了treatment表 4. 增加了bulletin_id_seq等序列 5. 删除了有关社交的8个触发器,仅保留与寄养相关的2个触发器。 6. 帖子由BLOB存储修改为网络路径存储
VictorHuu
requested review from
aodef,
thesamechen,
RayyyyyRGB and
shiguangbiyi
as code owners
September 3, 2023 05:45
VictorHuu
added a commit
that referenced
this pull request
Sep 6, 2023
* Revert "帖子上传图片接口添加" This reverts commit 02a903b. * 调整端口 * 新增缺失的图片 * Update README.md * 实现未登录或普通用户身份无法进入管理员界面的屏障 (#56) 原本的提交被盖了,修改回来 Co-authored-by: LuminousWanderer <1664524275@qq.com> * 修复部分图片无法显示的情况 * opps!conflict is not resolved by simply overwriting @shiguangbiyi * 使公告能够分段显示 * 使管理员公告能够分段显示 * 添加了宠物详情界面和帖子界面用户未登录时点赞收藏评论的处理 * 改了一下提示文字内容:“密码长度在8-14” * 完善审核部分的帖子内容显示 * 添加翻页 * Delete dist.rar * 防止上传压缩文件 * 调整表格宽度 * 修复了不能发帖的bug * 添加翻页 * 帖子上传图片接口添加 * 显示forum图片 * Revert "完善审核部分的帖子内容显示" This reverts commit a3bb8d6. * Revert "添加翻页" This reverts commit 12dcee9. * Revert "添加翻页" This reverts commit 24f93dd. * 修改主页数据显示逻辑 * 个人页面逻辑完善 * 管理员员工和医生电话号码编辑优化 * 个人页面的个人收藏信息可点击进入详情页 * 登录后才可评论 * 个人页面编辑必须填完整才可提交 * 新增捐款图片 * 更新捐款页面图片 * 更新管理员初始界面显示 * 评论内容非空才可评论 * 增加我的发帖标签 * 新增获取我的帖子接口 * NOTICE:本分支谢绝直接提交,请以本分支为基提交到其他新分支 * 宠物界面图片展示 (#60) * 宠物列表编辑功能图片上传 * 修正一个变量名以跟后端匹配 * 修改了管理员宠物列表编辑接口的bug * 尝试去掉宠物列表编辑接口的json * 把宠物列表编辑接口改成formdata形式 * 可以显示抚养界面宠物了 --------- Co-authored-by: aodef <119112957+aodef@users.noreply.github.com> Co-authored-by: DaenerysTar <861066998@qq.com> Co-authored-by: LuminousWanderer <1664524275@qq.com> Co-authored-by: charlotteyanggg <104919289+llRagdoll@users.noreply.github.com> Co-authored-by: asceking <geyifei_king@sina.com> * 在前端增加最多上传一张图片的限制 * 实现排行榜 * 恢复为服务器IP * 修改了评论区多次点击发布按钮容易发送同一条评论的bug,修改评论的展示顺序使其按时间倒序排列 * Petimage (#61) * 修改了宠物详情界面图片大小的问题、宠物详情界面部分健康状况无法显示的问题、领养主页宠物种类未显示的问题 --------- Co-authored-by: DaenerysTar <861066998@qq.com> * 去掉nav栏上的点 * 去掉nav上的几个点 * 用户头像 (#62) * 个人页面上传头像发送接口 * 可以更新头像了 --------- Co-authored-by: LuminousWanderer <1664524275@qq.com> * Revert "去除具体的寄养开始时间" This reverts commit 42761de. * 宠物编辑和添加都有点问题,已经和后端沟通,修改的部分先上传供后端测试 * 登录错误提示 * 增加论坛、公告的翻页,增加医疗预约错误提示,修改我的页面ui * 修改管理员界面人气榜,增加公告错误提示 * 修改管理员界面默认路径 * 新增管理员默认路由 * 注册错误信息拦截 * 更新医疗预约错误提示 * 更新寄养错误提示 * 更新医疗预约错误提示 * 更新管理员公告错误提示 * 医疗服务时间选择提示以及修改细节 * 加宽栏目,优化UI * 优化UI * 审核可以显示全部项目 * Co-authored-by: tuesaime <zsy18054799790@outlook.com> * 修复被覆盖的处理手机号的提交 * 更新了部分UI * 注册手机号自动添加空格 * 帖子评论头像显示 * 添加一些头像显示,现在默认头像还不能显示 * 完善了领养UI * 为邮箱等添加链接 * 增加管理员员工和医生的刷新,错误提示和空提示 * 增加管理员领养寄养界面的筛选功能 * 审核部分查看帖子内容 * 显示了宠物详情界面评论区用户头像、修改了领养主页布局使每张图片高度固定,去掉了查看详情按钮,将卡片修改成一行四个,左对齐 * 不确定刚才合并是否成功,重新提交一份领养主页 * 修改帖子详情界面ui * 修改宠物详情界面评论区 * 更新管理员界面header * 修改发帖界面显示 * 个人页面的宠物展示图片 * 登录错误信息详情展示 * 统一管理员界面表格 * 注册拦截错误信息完善 * 修改密码完成 * 实现管理员端搜索 * 手机号重复不可注册 * 个人页面宠物图片显示全部完成 * 修改细节 * 手机号登录实现 * 统一管理员界面表格,对齐 * 修改管理房间界面 * 恢复工资栏 * 删除冗余文档 * 修改了宠物主页的图片排版 * 修改图片大小 * 修改了管理员界面宠物列表的编辑功能,显示原图片,对空名字进行错误处理 * 在领养主页添加了翻页功能和名字搜索功能 * 修复了宠物详情页面性别显示的bug * Add files via upload * 删除旧的数据库设计文档 * Revert "修改图片大小" This reverts commit 90f8793. * 添加注册提示信息 * 数据库修改最终提交到doc/ (#58) * 图片改用路径存储 * 增加用户头像存储,修改宠物头像为路径存储 * 数据库最终版 * Update README.md * 修改服务历程,让服务器自动处理无效于过期的寄养数据 * Update petadoption.sql * 电话号码修改健壮性完善 * 注释掉工资栏 * 增加根据房间id获取宠物id接口 * 增加房间宠物显示 * 增加房间宠物显示 * 增加房间的宠物显示 * 可以查看占用房间的宠物 --------- Co-authored-by: LuminousWanderer <1664524275@qq.com> Co-authored-by: charlotteyanggg <104919289+llRagdoll@users.noreply.github.com> Co-authored-by: DaenerysTar <861066998@qq.com> Co-authored-by: RayyyyyRGB <134457384+RayyyyyRGB@users.noreply.github.com> Co-authored-by: thesamechen <105065838+thesamechen@users.noreply.github.com> Co-authored-by: tuesaime <zsy18054799790@outlook.com> Co-authored-by: asceking <geyifei_king@sina.com> Co-authored-by: aodef <119112957+aodef@users.noreply.github.com> Co-authored-by: LuminousWanderer <126951839+shiguangbiyi@users.noreply.github.com> Co-authored-by: DaenerysTar <132213561+DaenerysTar@users.noreply.github.com> Co-authored-by: M2030123 <3420575883@qq.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
前3个提交需要全部撤销