Anonymous | Login | Signup for a new account | 2021-01-19 23:45 UTC | ![]() |
Main | My View | View Issues | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000910 | Amarillo | JavaScript & HTML | public | 2014-06-17 03:36 | 2014-06-18 10:44 | ||||
Reporter | Fred | ||||||||
Assigned To | Fred | ||||||||
Priority | normal | Severity | feature | Reproducibility | N/A | ||||
Status | closed | Resolution | fixed | ||||||
Platform | All | OS | All | OS Version | All | ||||
Product Version | 0.1-SNAPSHOT | ||||||||
Target Version | 0.1 | Fixed in Version | 0.1 | ||||||
Summary | 0000910: Add client-side scripting to access and utilise REST data services | ||||||||
Description | The search and advertise pages require some client-side magic to function in a nice way. Search should populate a list of summarised listings with links to the full display page. And update that on re-search. And not leave the search page without a specific non-search click. Advertise should simply redirect the user to the new listing once successfully submitted, along with form validation to prevent a bogus submission. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|
![]() Fred (administrator) 2014-06-18 03:58 |
Search page now functions in a usable way as of 3247e6375e4f3aeb0e13d47a3628af2ddf17b063 |
![]() Fred (administrator) 2014-06-18 06:59 |
The last comment wasn't quite true, see 0000916 for more info. Added a broken attempt at making a delete button work in 32055eb0819a6c35ea974ca0ae4701d53314c690 REST delete service is working fine if triggered manually with curl like this: curl -i -X DELETE http://localhost:10018/adverts/1 [^] But couldn't seem to make jQuery/AJAX/Firefox do it. Did not debug this very efficiently, so it's likely solvable in some fashion, but I'm moving on. |
![]() Fred (administrator) 2014-06-18 10:44 |
Advertise page is now AJAXed as of f1ebdb17dcb96bd3ec85f67acac32a1b1aaffedb As a result, it redirects to the new listing after submission. |
Copyright © 2000 - 2011 MantisBT Group |