1
xomix 2020-08-27 17:15:27 +08:00
|
2
ChevalierLxc 2020-08-27 17:15:38 +08:00
为什么做,如何做,为什么要这么做,可分为几个阶段做,有什么影响。 写完就差不多了
|
3
raaaaaar 2020-08-27 17:18:49 +08:00 via Android
什么意思,给后台看的,还是后台写的
|
4
pushback 2020-08-27 17:27:27 +08:00
接口文档还是开发文档?
|
5
taogen 2020-08-27 17:47:22 +08:00 via Android
Software Design Document ??
1. Introduction 1.1 Purpose 1.2 Scope 1.3 Audience 1.4 Document Organization 1.5 Acronyms, Abbreviations, Terms and Definitions 1.6 References 2. Design Considerations 2.1 Design Assumptions, Dependencies and Constraints 2.1.1 Assumptions and Dependencies 2.1.2 Design Constraints 2.2 Design Goals and Guidelines 2.2.1 Reliability 2.2.2 Usability 2.2.3 Portability 2.2.4 Extensibility 3. Architecture Design System Architecture Hardware Architecture Software Architecture Information Architecture Internal Communications Architecture Security Architecture Performance 4. System Design System User Cases System Modules Database Design System Interface Design User Interface Design 5. Detailed Design xxx Module |
6
ifsclimbing 2020-08-27 17:48:17 +08:00
openapi, swagger?
|
7
tomy0608 2020-08-27 18:25:16 +08:00
@ifsclimbing + 1. 开发有这个基本就够了.
|
8
niselover OP |
9
bintianbaihua 2020-08-27 21:12:02 +08:00
@taogen 可以
|
10
oneisall8955 2020-08-27 22:17:12 +08:00 via Android
swagger
|
11
pushback 2020-08-28 09:57:25 +08:00
swagger 是作为后台接口 API 的框架,一般来说有这个就行了,可适当在注解上进行扩展,
开发流程工作上按原型图和模块来吧,私人随意,一般是主要业务先行于次要业务。 数据库设计就用 powerdesigner,我目前是比较习惯的,中大型的设计可以用这个。 |