Coder Social home page Coder Social logo

accenturerapid / superrocket.orchardcollaboration Goto Github PK

View Code? Open in Web Editor NEW
2.0 9.0 0.0 26.05 MB

This is a project for agile collaboration.

License: MIT License

Batchfile 0.02% C# 45.79% HTML 0.11% JavaScript 47.40% XSLT 0.43% C 0.02% ASP 0.01% CSS 5.68% TypeScript 0.18% Gherkin 0.37%
orchard project-management

superrocket.orchardcollaboration's Introduction

OrchardCollaboration

This is a project for agile collaboration. Especially provide an api module for Orchard Collaboration project.

API containing below definition

  1. Name: GetContentTypeDefinition Method: GET Example : %Your Orhard Address% + /api/AgileCollaboration/GetContentTypeDefinition?type=User

  2. Name: ContentTypes Method: GET Example : %Your Orhard Address% + /api/AgileCollaboration/ContentTypes

  3. Name: Method:POST Example : %Your Orhard Address% + /api/AgileCollaboration/Login

    Content-Type: application/json

    Posted Data: { userNameOrEmail: "admin",password:"admin888" }

    Result: { "Id": 109, "UserName": "david0718", "Email": "[email protected]" }

  4. Name: GetMyProjects Method: GET Example: %Your Orhard Address% + /api/AgileCollaboration/GetMyProjects?userName=admin Result: [ { "Id": 146, "Title": "Super Rocket", "Description": "Super Rocket", "CreatedUtc": "2017-01-24T08:21:17.4163811Z", "PublishedUtc": "2017-01-24T08:21:18.8695056Z", "ModifiedUtc": "2017-01-24T08:21:18.8445855Z", "VersionCreatedUtc": "2017-01-24T08:21:17Z", "VersionModifiedUtc": "2017-01-24T08:21:18Z", "VersionPublishedUtc": "2017-01-24T08:21:18Z", "UserName": "admin" }, { "Id": 110, "Title": "AgileCollaboration", "Description": "AgileCollaboration", "CreatedUtc": "2017-01-24T03:20:36.1702541Z", "PublishedUtc": "2017-01-24T03:20:38.3483787Z", "ModifiedUtc": "2017-01-24T03:20:38.3213782Z", "VersionCreatedUtc": "2017-01-24T03:20:36Z", "VersionModifiedUtc": "2017-01-24T03:20:38Z", "VersionPublishedUtc": "2017-01-24T03:20:38Z", "UserName": "admin" } ]

  5. Name:GetDashBoardViewModel Method:GET Example: %Your Orhard Address% + /api/AgileCollaboration/GetDashBoardViewModel?userName=admin Result: { "AllItemsWithoutOwnerCount": 1, "CurrentUserOverrudeItemsCount": 0, "CurrentUserOverrudeRequestingTicketCount": 0, "AllOverrudeItemsCount": 2, "CurrentUserTickets": [ { "Id": 1, "Name": "New", "OrderId": 1, "Count": 0 }, { "Id": 2, "Name": "In Progress", "OrderId": 2, "Count": 0 }, { "Id": 3, "Name": "Deferred", "OrderId": 3, "Count": 0 }, { "Id": 4, "Name": "Pending input", "OrderId": 4, "Count": 0 }, { "Id": 5, "Name": "Completed", "OrderId": 5, "Count": 0 } ], "CurrentUserRequestingTickets": null, "IsCustomer": false, "IsOperator": true, "AllTickets": [ { "Id": 1, "Name": "New", "OrderId": 1, "Count": 2 }, { "Id": 2, "Name": "In Progress", "OrderId": 2, "Count": 1 }, { "Id": 3, "Name": "Deferred", "OrderId": 3, "Count": 0 }, { "Id": 4, "Name": "Pending input", "OrderId": 4, "Count": 0 }, { "Id": 5, "Name": "Completed", "OrderId": 5, "Count": 0 } ], "CurrentUserId": 2 }

  6. Name:Search Method: GET Example :
    %Your Orhard Address% + /api/AgileCollaboration/Search?DueDate=Overdue&userName=admin %Your Orhard Address% + /api/AgileCollaboration/Search?Status=1&userName=admin Result: Data will be handled(In progress)

superrocket.orchardcollaboration's People

Contributors

david0718 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.