BISM-Team / TRPG-Website

https://trpg-website.vercel.app
GNU General Public License v3.0
1 stars 0 forks source link

WikiTree viewership and modifiability information #45

Closed difanta closed 1 year ago

difanta commented 1 year ago

A campaign's wikiTree should be always updated with root heading viewers and modifiers. This should lead to no performance deficit on modifying the tree, because every added or removed tag always leads to a page fetch already. And should greatly increase performance of getModifiablePages and getViewablePages because it would be done in place without a fetch when campaign info is already fetched.