Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
-
Committers Level (Medium to Hard)
Description
Currently we hard code the urls for the app. So our templates and code is littered with urls. This is not a great idea. I propose we create a links object that can generate urls for us.
This would be similar to how Ruby on Rails works with its url functionality. I think how we should do it is have a Fauxton.links object. We can then ask it for a url e.g. Fauxton.links.allDocs(databaseName, context); it would then return the url for the all docs page of the database.
What would also be important is to have the context argument so we can specify if its for the web or to fetch an object. Like how we use the context for models.
Attachments
Issue Links
- blocks
-
COUCHDB-2178 Normalize templates naming
- Closed