marklogic-community / demo-cat

An application to help SEs find good demos and record bugs and RFEs on them. AngularJS talks to the MarkLogic database via the REST API.
Other
11 stars 17 forks source link

Update URL to reflect current query #75

Closed dmcassel closed 9 years ago

joemfb commented 9 years ago

I have a demo that does this (based on the slush generator). I'm working on getting the code back upstream, but it contains some pretty significant changes to mlrest.js, the search controller and the facets directive. It's surprisingly complicated to handle the edge cases around forward/back navigation and initial page loads.

I'm really busy the next few days, but I'll focus on that as soon as I can. Getting it into the slush generator will give you a chance to evaluate it's suitability here.

dmcassel commented 9 years ago

Fantastic, would be great to have that in both places

joemfb commented 9 years ago

I've created a pull request on the slush project. It looks like it would be pretty straightforward to merge into demo-cat: https://github.com/marklogic/slush-marklogic-node/pull/48