Project

General

Profile

Feature #1756

Updated by skyjake almost 10 years ago

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

URIs should be domain-neutral so that they can be used universally 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 by in the URI's path and possible "&a=b" parameters.

Back