Skip to content

Milestone 1

Adam Jeniski edited this page Oct 27, 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%)" --Caleb
    • 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.
    • PR Solution: Put the div which will contain the version inside a wrapper div which adds the content we want to add (the javascript will insert the version for us)
  • Center the change password link --Caleb
  • Find proper format for importing rules --Adam
  • Make input div empty/hidden when About tab is clicked --Caleb
    • This relies on the last element of the list, as that is where the javascript will go
  • Change about tab to use onClick instead of hosting an altered js file --Caleb
    • Also add a script tag that has a function which is called by that onClick
  • Change heading to h2 with inline style from pgweb's css for h1 --Caleb
  • Add line script called overwriteAndImportRules.bat that deletes all rules in the process of importing new rules
Clone this wiki locally