Currently, in the event submission form, when you click "Submit Tag", all it does is return to index.html. If the tagname input is empty, or the value already exists as a tag, clicking the button should do nothing. Otherwise it should add the contents of tagname to the list of user tags.
The design of this site distinguishes between official tags and user tags. Tags created by the Head of Programming superuser are official tags ( Issue #73 ) of whichever convention is current in the system. All tags created by others should go in the user tags.
Currently, in the event submission form, when you click "Submit Tag", all it does is return to index.html. If the
tagname
input is empty, or the value already exists as a tag, clicking the button should do nothing. Otherwise it should add the contents oftagname
to the list of user tags.The design of this site distinguishes between official tags and user tags. Tags created by the Head of Programming superuser are official tags ( Issue #73 ) of whichever
convention
is current in the system. All tags created by others should go in the user tags.