Skip to content

Milestone 1

Adam Jeniski edited this page Oct 23, 2019 · 38 revisions

Milestone for what was discussed in the Lab meeting on 10/22/19

  • Change version information to "(based on pgweb %VERSION INFORMATION%)"
    • Idea: dont require the use of a variable, add '(based on pgweb' before version and add after version ')' to the end
    • Else: would require a server variable. We can have an action that adds the variable then rewrite
    • Last Option: if we can't get it to work with regex, we can switch to C# and do this w a more powerful arsenal of tools.
  • Center the change password link
  • Make input div empty/hidden when About tab is clicked
    • This relies on the last element of the list, as that is where the javascript will go
  • Find proper format for importing rules
  • Change about tab to use onClick instead of hosting an altered js file
    • Also add a script tag that has a function which is called by that onClick

Clone this wiki locally