Git Product home page Git Product logo

cansee-management's Introduction

cansee-management 日志管理系统

开发日志

数据库设计

登录注册

页面展示

  • 团队管理
    • 展示
    • 搜索
    • 创建团队
    • 注销
  • 成员管理
    • 展示
    • 搜索
    • 添加成员
    • 权限分配
    • 移除
    • 获得配置信息
  • 日志展示
    • 展示
    • 搜索
    • 解决
    • 未解决
    • 删除
    • reqId 聚合

项目绑定

TODO

  • 团队展示的分页优化

接口整理

组织相关

  • GET /cansee/organization/org 分页搜索组织
  • POST /cansee/organization/org 创建组织
  • DELETE /cansee/organization/org 删除组织

成员相关

  • GET /cansee/organization/{orgId}/menber 分页搜索组织下成员
  • POST /cansee/organization/{orgId}/member/{uid} 新增用户
  • DELETE /cansee/organization/{orgId}/member/{uid} 删除成员
  • PUT /cansee/organization/{orgId}/member/{uid} 修改成员权限

项目相关

  • GET /cansee/organization/{orgId}/proj 分页搜索组织下项目
  • POST /cansee/organization/{orgId}/proj/{projId} 新增项目
  • DELETE /cansee/organization/{orgId}/proj/{projId} 删除项目
  • GET /cansee/organization/{orgId}/proj/{projId} 获取项目配置信息

日志相关

  • GET /cansee/organization/{orgId}/proj/{projId}/log/{type} 分页搜索组织下日志
  • DELETE /cansee/organization/{orgId}/proj/{projId}/log/{logId} 删除日志
  • PUT /cansee/organization/{orgId}/proj/{projId}/log/{logId} 标记解决

cansee-management's People

Contributors

weirwei avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.