当前位置:网站首页>Everyone in remote office works together to realize cooperative editing of materials and development of documents | community essay solicitation
Everyone in remote office works together to realize cooperative editing of materials and development of documents | community essay solicitation
2022-07-03 16:13:00 【InfoQ】
problem
- Some of our relevant development and design documents , How to realize collaborative editing ? How to edit ? How to merge and inform everyone to modify in real time , Complete relevant documents ?
- dependent API Design documentation : Generally speaking, it will be divided into external oriented OPEN-API file , Design interface definition document for internal developers . How to achieve effective and reasonable documentation , And everyone can edit and adjust at the same time ?
- Control of relevant requirements documents , Not everyone can forward everywhere , Edit the modification trace , Nor can it be unified , And some notes , Business cannot be written directly, leaving traces , In addition, the ability to notify people is also difficult to achieve , Notify everyone .
answer
- First , How to realize the collaborative editing of related development and design documents ? There are many ways , For example, to our current company commonly used coding、wiki as well as lark Self contained editing document .
- coding, It mainly adopts a developer oriented perspective , More time , We will use it to write some design documents , Including architecture diagram and interface design documents related to internal development , Flow chart and other operation control .
- jira, I believe you are no stranger , It is aimed at some design documents related to system functions among internal developers , It's a coding Write internal documents of relevant documents , There are also some related information registration , We will also adopt jira One of the reasons for writing this method .
- lark The editor's tools , We're going to use lark Communication tools of , In fact, it is what we often call flying book , It actually supports related online documents , It is very similar to the function of nail , adopt lark Push to the cross department group , Multiple departments can mark abnormal data , Then divide the personnel to follow up and solve the problem , Realize data-based online collaborative office .
- For external OPEN-API The document adopts ,vuejs Write relevant api The page is displayed , That is, the relevant development page , Although it requires a certain development cost , But because it is globally unique , We used git To maintain , Therefore, we can realize relevant collaborative processing and public development adjustment . On the other hand , We're going to use jira Or is it coding To develop design , The real appearance can be internalized and shared , Instead of the traditional word file , It's convenient and convenient .
- The third point , Actually, it's using lark To deal with , because lark The documentation that comes with you , It is to support the selection of relevant personnel within the enterprise , In this way, there is no need to inform the corresponding personnel , It provides the relevant @ After selecting personnel , Send notification information directly , In addition, relevant comments can be added to the document , It's really very convenient !
边栏推荐
- 1287. Elements that appear more than 25% in an ordered array
- 【OpenCV 例程200篇】217. 鼠标交互获取多边形区域(ROI)
- Low level version of drawing interface (explain each step in detail)
- First knowledge of database
- Microservice - declarative interface call openfeign
- 阿飞的期望
- 高等数学(第七版)同济大学 习题2-1 个人解答
- Rk3399 platform development series explanation (WiFi) 5.54. What is WiFi wireless LAN
- A Fei's expectation
- MB10M-ASEMI整流桥MB10M
猜你喜欢
The difference between calling by value and simulating calling by reference
Embedded development: seven reasons to avoid open source software
Slam learning notes - build a complete gazebo multi machine simulation slam from scratch (4)
Slam learning notes - build a complete gazebo multi machine simulation slam from scratch (II)
First knowledge of database
Create gradle project
Redis在Windows以及Linux系统下的安装
请做好3年内随时失业的准备?
nifi从入门到实战(保姆级教程)——flow
拼夕夕二面:说说布隆过滤器与布谷鸟过滤器?应用场景?我懵了。。
随机推荐
Go language self-study series | if else if statement in golang
About text selection in web pages and counting the length of selected text
Go语言自学系列 | golang中的if else语句
PHP二级域名session共享方案
1287. Elements that appear more than 25% in an ordered array
[redis foundation] understand redis persistence mechanism together (rdb+aof graphic explanation)
SVN使用规范
First knowledge of database
TCP擁塞控制詳解 | 3. 設計空間
嵌入式开发:避免开源软件的7个理由
用通达信炒股开户安全吗?
Unity项目优化案例一
拼夕夕二面:说说布隆过滤器与布谷鸟过滤器?应用场景?我懵了。。
[statement] about searching sogk1997 and finding many web crawler results
The accept attribute of the El upload upload component restricts the file type (detailed explanation of the case)
[system safety] 43 PowerShell malicious code detection series (5) automatic extraction of ten thousand words from abstract syntax tree
架构实战营 - 第 6 期 毕业总结
突破100万,剑指200万!
Redis高可用与持久化
Go语言自学系列 | golang switch语句