GithubHelp home page GithubHelp logo

odata / odataorg.github.io Goto Github PK

View Code? Open in Web Editor NEW
64.0 64.0 99.0 48.97 MB

Staging site and collaboration repository for http://www.odata.org

License: MIT License

HTML 90.71% CSS 1.87% JavaScript 6.26% SCSS 1.17%

odataorg.github.io's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

odataorg.github.io's Issues

Site speed improvement

  1. Refer to suggestions from GA -> Behavior -> Site Speed -> Speed Suggestions
  2. Add multiple sites on Azure (eg. Asia)

Fix non-existing landing pages

These pages doesn't exist anymore, but they're still referenced by links on other websites:

Need to build pages for redirecting people to the similar pages that exist.

Add FAQ pages

Main things need to take into consideration

  1. How to order the questions ? By categories? Time? Frequency?
  2. In-page search
  3. User contribution
  4. Contents
    • Who "owns" OData?
    • Different OData version and compatibility
    • Security
    • Difference between service document and metadata document

Fix old urls in posts

Some of them are www.odata.org/blog/yyyy/mm/dd/title, some of them are not valid anymore. Need fixing.

OData wikipedia page update

Referral type traffic from Wikipedia has decreased dramatically. Need to improve the wikipedia OData page to ensure such traffic.

Return value of indexof needs clearification

http://docs.oasis-open.org/odata/odata/v4.0/errata02/os/complete/part2-url-conventions/odata-v4.0-errata02-os-part2-url-conventions-complete.html#_Toc406398121

5.1.1.4.5 indexof

The indexof function has the following signature:
Edm.Int32 indexof(Edm.String,Edm.String)

The indexof function returns the zero-based character position of the first occurrence of the second parameter value in the first parameter value. The indexOfMethodCallExpr syntax rule defines how the indexof function is invoked.
Example 59: all customers with a CompanyName containing 'lfreds' starting at the second character

http://host/service/Customers?$filter=indexof(CompanyName,'lfreds') eq 1

No mention of what value should be returned when there's no match. -1 or null are both valid assumptions.
It needs to specified to avoid incorrect implementations :)

One could argue that the return type is Edm.Int32 and therefore it should be -1. But I'm not sure if the Edm types are nullable.

In any case https://github.com/OData/WebApi uses null.

Need help on understanding Filter Option in OData

Team,

I just wanted to know how the query filter works in OData. I have 10 rows in my table and I have given a filter condition. As per my observation, it is fetching the 10 rows at the service end and filter the data matching with the filter condition specified in the url and returning the records. Is my observation correct? In case if my observation is correct, what if we have 1 million rows in a table. Does it fetch all rows at the service end and apply filter condition. Please let me know if I am wrong.

Ensure good mobile UX

  • Use mobile device to navigate through every page
  • For pages don't have a good UX, improve them

An bug for nav bar already identified: no hamburger menu icon is showing for small devices.

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.