sym icon indicating copy to clipboard operation
sym copied to clipboard

Add version numbers (and automate versioning)

Open Miffyli opened this issue 5 years ago • 4 comments

Add version numbers on site which show version of the webpage and current data, separately.

Miffyli avatar Dec 26 '19 22:12 Miffyli

Added in ce28dca (manual version. Now we have to remember update that string all the time. Yay)

Miffyli avatar Jan 02 '20 15:01 Miffyli

You could add the version to the .json file and then have it load from the json so that you wouldn't have to edit the js files separately

robenter avatar Jan 02 '20 16:01 robenter

@robenter I thought of this, and given how many this kind of "local changes" we the site needs we should probably invest in proper "deployment script" that updates code on server with correct parameters (e.g. locations of files, version numbers). Perhaps a small Python script setup.py along with a JSON file (not included in repo) that will contain server-specific variables.

Miffyli avatar Jan 02 '20 16:01 Miffyli

Alright got tired of manually updating version numbers already. Reopening this issue for easing the version numbering, possibly with the way mentioned above.

Miffyli avatar Jan 02 '20 20:01 Miffyli