server icon indicating copy to clipboard operation
server copied to clipboard

The next-generation api backend server for bgm.tv

Results 51 server issues
Sort by recently updated
recently updated
newest added

close #201 TODO: - [X] event hook - [x] search api - [ ] 需要重新画一下readme这个图,搜索请求也是被Web server处理之后重新转发的

timeline is a post arrangement component in bgm, which based on posts' chrono order this commit introduces the package timeline and wraps its CRUD functionality into interface #176

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/bangumi/server). ## Awaiting Schedule The following updates are...

需要通知

enhancement

[search 分支](https://github.com/bangumi/server/tree/search),大概会用 meilisearch 来做。

enhancement

见 https://bgm.tv/group/topic/366561#post_1921543 是不是可以到时候把bangumi-data的关联条目一起整合起来?或者更进一步,把数据系统化,和bangumi-data的数据做融合?(毕竟同时存在多套轮子也会产生不便) 以及,关于数据关联数据,是不是可以考虑对每一个分集都做关联。因为会有很多特殊情况,如: * 一部番有SP,然而某个数据源SP和本体在一起 * 上下两季分割放送的两部番,有的数据源序号从1开始,有的数据源序号从13开始 @wxt2005 @weizhenye

scope:integration
tier 4

关联到 https://github.com/bangumi/dev-docs/issues/1 的 [Stage 2](https://github.com/bangumi/server/projects/3) SQL Schema: * https://github.com/bangumi/dev-env/blob/master/un-processed/chii_blog_comments.sql * https://github.com/bangumi/dev-env/blob/master/un-processed/chii_blog_entry.sql * https://github.com/bangumi/dev-env/blob/master/un-processed/chii_blog_photo%20(2).sql 模块: 1. 枚举日志 a} 在 /user/{uid}/blog 中枚举 b} 在 /{category}/blog 中枚举 与仅好友可见相关功能 2. 新增日志 /blog/create 3. 修改日志...

enhancement
tier 2

不带token请求 https://api.bgm.tv/v0/subjects/198693/subjects 会返回不带token无法访问的 https://api.bgm.tv/v0/subjects/126255 最好一并过滤了

**你想添加的新功能** 私有小组概览接口 **你希望的解决方案** 新增接口 GET `/p/group/${name}` 期望返回: | 字段 | 类型 | 意义 | |---|---|---| | `title` | `string` | 小组名称 | | `created_at` | `string` | 创建时间,格式 `YYYY-MM-DD HH:mm`...

enhancement

稍微做了一点,把现在的各种时间线type和对应的类型整理出来了 https://github.com/bangumi/server/compare/master...feature/timeline

enhancement