Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (856 - 858 of 2152)

Ticket Resolution Summary Owner Reporter
#922 duplicate Make Resources first class entity. kindly kindly

Reported by kindly, 3 years ago.

Description

Why?

  • Will make it easier to give resources their own form, independent of packages.
  • Makes uploading, harvesting and previewing data cleaner as its separate from the packages.
  • Gives the option of sharing a resource between packages.
  • Leads the way to supporting storing richer semantic information against them.
#945 fixed [super] Richer resources - Resource Groups, new fields, improved UI kindly kindly

Reported by kindly, 3 years ago.

Description

Super ticket: #1032

This is a meta ticket for changes that are going to happen in resources.

  • New resource group table. #956
  • New kind field in resource. #957
  • UI for new kind field. #958
  • Resources in REST API ticket:358
  • Resources in WUI #1445
  • Make Resources first class entity. #922 (duplicate?)

Background on this change can be found at:

#954 fixed [super] API version 3 kindly rgrp

Reported by rgrp, 3 years ago.

Description

Child tickets:

  • #1107 Move package autocomplete from package controller and move to API
  • #1087 version and contact info api call

Move to a format that has a separate responseHeader and response.

A standard package response

{
  responseHeader: {
    status: 0,
  }    
  response: {package-dict}
}

On error:

{
  responseHeader: {
    status: {err-code},
    error: 'message'
  }    
  response: none
}

A search query

Based directly on solr.

{
  responseHeader: {
    status: 0,
  }    
  response: {
    numFound: 5,
    start: 0
    docs: [
    ]
  }
}

Issues

This is a breaking change for clients

References

Note: See TracQuery for help on using queries.