tiarasjec / assets

Assets of Tiara website. The files are in sync with Bucket provisioned by a CDN in Google Cloud.

Home Page:https://assets.tiarasjec.in/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

name to lowercase and underscore

anishshobithps opened this issue · comments

I map, assets.tiarasjec.in's XML and get the details, having name with underscore would benfit instead of space, I can split by _ and then join " " for names directly and apply toTitleCase on the frontend. Or else it would require me to have simple JSON files etc..

Also keep the names in lowercase

CC @rabilrbl @Vineeth-03-Shenoy

I didn't understand the first part.

Regarding spaces and lowercase I agree.

Need to change

I didn't understand the first part.

Regarding spaces and lowercase I agree.

Need to change

Basically, we have this XML file
image

Instead of looping over the complicated JSON file we created, we can loop over the contents in the XML file then just get to display technical events and etc.. via the assets only.

This would eliminate from having the entire JSON file.

@anishshobithps The XML file will have everything. I am planning to integrate all assets from next build here.
The file (index xml page) will be simply large and not worth for fetching it. It will cost delay