Giter Site home page Giter Site logo

puluo_document's People

Contributors

blshao84 avatar

Watchers

 avatar  avatar  avatar  avatar

puluo_document's Issues

Conversation results needs to return results from the other site of the list.

Conversation results needs to return results from the other site of the list. Currently this request

from_user_uuid: "beac0ed2-e5aa-42db-bfa2-1855b1679366"
limit: 10
offset: 0
to_user_uuid: "1c3c26e3-e468-4d4e-834e-69ca4ab47e11"
token: "kmldrz9hhj5f"

Returns the 10 oldest results. It needs to return the 10 newest results.

Rework messages API

Messages section needs to have 2 API's.

The first list all people the user has communicated with and a teaser for their most recent communication and date of this communication.
Parameters {
uuid:234-234-23-423-4234,
amount: 20,20 // offset and amount to return.
}
Responce {
array[] {
First_Name,
Last_Name,
UUID,
Thumbnail,
Date,
}
}

The second should return the string of messages between the 2 users.

Parameters {
uuid: 12423-213-129-23123-
amount: 20,20 // offset and amount to return.
}

Responce {
array[]{
First_Name,
Last_Name,
UUID,
Thumbnail,
Date,
Message
}
}

Add API for class types

Add API for class types. Should be a list of all available class types to be used for the sort menu on the event list page.

Missing responses on /user/profile api.

The user/profile api is missing a few elements.

  1. thumbnail
  2. saying
  3. Whether the requesting user has already liked the person.
  4. Whether the user allows commenting on their timeline by others.

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.