Project

General

Profile

Feature #1756

Updated by skyjake almost 10 years ago

Currently resource management is largely done in the client app, which app. This includes URIs and resource namespaces/schemes. This functionality needs to reconsidered in the context of FS2, packages, assets, be appropriately split and other domain specific objects like maps, etc.

URIs should be domain-neutral
reorganized so that they applicable parts can be used universally moved to refer to objects of various kinds. The role of schemes should also be reconsidered to more generally just identify the object that is responsible for locating the object referred to in the URI's path and possible "&a=b" parameters. @libdeng2@.

Back