student-utility-group / Crescent-School-Student-Utility

Legacy repository for the Crescent School Student Utility frontend app.
1 stars 0 forks source link

How are we going to test when there's no content to test with? #7

Closed Libbux closed 11 years ago

Libbux commented 11 years ago

At the moment, the NetClassroom and GreenRoom pages aren't occupied with the data which we're trying to extract, which is a bit of a problem because it means that we can't really test our parsing methods. Do we just have to wait until there is content?

mcheung10 commented 11 years ago

I don't really have any ideas, but I think we might run into another problem. Depending on when the new re-written and re-designed GreenRoom page goes up, we might have to redo all the server side stuff to match with the new website layout and formatting.

Libbux commented 11 years ago

@mcheung10 The parsing of GreenRoom is easy enough, and it will probably remain sane. I can parse difficult markup, and GreenRoom is no exception. The only problems come around when there's a lot of DOM manipulation in JavaScript, like there is on NetClassroom.

mcheung10 commented 11 years ago

Ok. On 15 Aug 2013 12:56, "Jonathan Libby" notifications@github.com wrote:

@mcheung10 https://github.com/mcheung10 The parsing of GreenRoom is easy enough, and it will probably remain sane. I can parse difficult markup, and GreenRoom is no exception. The only problems come around when there's a lot of DOM manipulation in JavaScript, like there is on NetClassroom.

— Reply to this email directly or view it on GitHubhttps://github.com/Libbux/Crescent-School-Student-Utility/issues/7#issuecomment-22713456 .

mcheung10 commented 11 years ago

School has started an there is now content to test with.