brookshi / Hitchhiker

a Restful Api test tool
http://www.hitchhiker-api.com
Other
2.19k stars 402 forks source link

collection排序[request和folder] #180

Open vmvz opened 6 years ago

vmvz commented 6 years ago

希望可以拖拽排序, 不要默认按名称排序

postman YApi等等都是 拖拽排序

image

brookshi commented 6 years ago

嗯,之前有考虑过

vmvz commented 6 years ago

@brookshi 我目前靠编号, 1.x 2.x 这样的方式, 不方便,但是能实现

brookshi commented 6 years ago

这个实现起来还有点复杂,虽然在服务端已经做了一部分

gumutianqi commented 6 years ago

db 加个排序字段,或者排序字段存到 redis

brookshi commented 6 years ago

排序字段已经有了,难点不在这里。麻烦的是拖动时需要update整个collection下的request

gumutianqi commented 6 years ago

@brookshi 不需要 update 整个 collection,只需要 update 两头的 sortnum 就可以了