etherealengine icon indicating copy to clipboard operation
etherealengine copied to clipboard

Cleanup static-resource table and create avatar table in DB

Open speigg opened this issue 3 years ago â€ĸ 1 comments

We should have a dedicated avatar table, with id, name, modelResourceId, and thumbnailResourceId columns.

The static-resource table needs to be normalized; it should only contain these keys: id, url, mimeType, createdAt, updatedAt, statusCode. Everything else should be moved into separate tables (if needed).

speigg avatar May 04 '22 17:05 speigg

Avatars should have display name (non unique) and slugified identifier, which is UUID of avatar plus slugified name. slugified identifer is used to name files.

barankyle avatar Aug 10 '22 22:08 barankyle