ControlSystemStudio / cs-studio

Control System Studio is an Eclipse-based collections of tools to monitor and operate large scale control systems, such as the ones in the accelerator community.
https://controlsystemstudio.org/
Eclipse Public License 1.0
113 stars 96 forks source link

Website: fix links on records pages #812

Closed berryma4 closed 9 years ago

berryma4 commented 9 years ago

@AnthonyDionise Links should point to the correct google docs, etc. http://controlsystemstudio.org/records.html

tonystonee commented 9 years ago

@berryma4 Could you tell me which link should point to which folder? I have access to all of the google doc folders.

berryma4 commented 9 years ago

Management review meetings -> Management reviews Meeting minutes -> monthly meeting Customer requirements and customer satisfaction -> customer feedback (report/results view with graph) Measurement, analysis and improvement -> github pulse page: https://github.com/ControlSystemStudio/cs-studio/pulse Product Realization - > github issues with "project" tag

berryma4 commented 9 years ago

on: http://controlsystemstudio.org/contribute.html

processes and roles -> Documents/Procedures What is Eclipse RCP -> https://wiki.eclipse.org/Rich_Client_Platform

on: http://controlsystemstudio.org/page_about.html

Meet Our Team -> should come from Documents/Site Representatives remove email lists and my dippy quote.

berryma4 commented 9 years ago

sorry, for customer feedback I meant: https://docs.google.com/forms/d/1XFHA-tD1oWtcQiHW3IuMpnc6n5pM-b7wxZUp7Xq8Mps/viewanalytics#start=publishanalytics

tonystonee commented 9 years ago

Sounds good. Should the heading "Meet Our Team" point to Documents/Site Representatives?

berryma4 commented 9 years ago

you can get the list of people through the jsonp link: https://spreadsheets.google.com/feeds/list/1PZVr6kG3-l9RT16vIfGz5ITog3BZOi9-PZoYBF0w0js/od6/public/values?alt=json-in-script&callback=jsonp

Then, you can add the people using jquery.

tonystonee commented 9 years ago

Do you know of a way I can access the site representatives in jQuery? The API is scrunched together and very hard to read, so it is hard for me to figure out which properties to include. Thanks!

berryma4 commented 9 years ago

image

it looks like you are interested in:

$(document).ready(function() {
      $.getJSON('https://spreadsheets.google.com/feeds/list/1PZVr6kG3-l9RT16vIfGz5ITog3BZOi9-PZoYBF0w0js/od6/public/values?alt=json', function(data) {
                $.each(data.feed.entry, function(key, val) {
                        val.gsx$facility.$t
                        val.gsx$siterepresentative.$t
                        }
        });
      });
});
tonystonee commented 9 years ago

Yes that is what I wanted. Thanks! Just to make sure do you want the about page to just list the people on the team or should thumbnails like the current ones be created? If so, should I delete the current thumbnails?

berryma4 commented 9 years ago

I like it the current name plates, but you can replace the social stuff (facebook, twitter, googleplus) and add the social-github. Maybe we can get people to add their pictures on github, if not ... we can just remove the image part.

berryma4 commented 9 years ago

What's left:

berryma4 commented 9 years ago

Could we change: Committer -> Site Representative Currently from Github members list -> facility

berryma4 commented 9 years ago
tonystonee commented 9 years ago

Okay. Could you tell me the link from which I can query the policy and objectives?

tonystonee commented 9 years ago

Also, I hope its not too much trouble but could you tell me what you mean by "about" open hub frames and "our css"?

Thanks!

berryma4 commented 9 years ago

the stats widget: https://www.openhub.net/p/cs-studio/widgets is in the bottom left corner. Cascading Style Sheets (CSS) not CS-Studio (CSS) ... I know confusing. If you could get the colors to match better in the widget.

berryma4 commented 9 years ago

Here is the policy and objects: https://docs.google.com/document/d/1dGasux_7ORVH9uIruGDv_-cu2PHdKkbvy7VC_GDirX0/edit

berryma4 commented 9 years ago

I removed the green: ControlSystemStudio/controlsystemstudio.github.com@0c57344f79c3aa773885e6d20913577fbd71d503

berryma4 commented 9 years ago

I changed the hover too: ControlSystemStudio/controlsystemstudio.github.com@1ae776466f8632618005b731467357712b423c67