-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support viewing marks, colours, links and comments in the app #113
Conversation
Thanks for that - a quick scan through the code suggests it's all good, but I'll give it a more detailed look and try to merge it in the next couple of days. |
Hi Dani, Apologies for the delay - Christmas, with associated family visits, has taken up quite a bit of my time. I've had a look at the code (and tried it out with the mobile app). Overall it is looking great, but there are a few issues I've spotted that I wondered if you might have time to take a look at?
If you have a chance to look at these, then that would be fantastic. If not, let me know, and I'll take a look at them when I get a chance. |
4022641
to
0fe7b0c
Compare
Hi Davo, sorry for the delay in answering, I was on annual leave last week. Please ignore the activity in this PR for now, I rebased the branch using your master branch to fix some CI failures and I'll look at the rest of them now. |
Thanks Dani, The work you've done here is much appreciated - I hope you had a good break last week! Let me know when this is ready for me to take another look. |
0fe7b0c
to
3c69f00
Compare
Big thanks to Pau & Dion from Moodle HQ for your help at the Global Moodle Moot Dev Jam
3c69f00
to
c854734
Compare
c854734
to
d4d7cc8
Compare
I managed to fix all the CI failures except some Mustache Lint failures that can be ignored because it's complaining about some app directives. I don't know if it's possible to ignore these failures, I can ask Eloy tomorrow (he's currently on leave). In case you want to start reviewing it, here are my latest changes:
|
Thanks for all those changes - I'll try to review as soon as possible. Apologies for the 2018 error - definitely my fault, I need to update those tests to use relative dates instead (I'm sure I'd have been hit by them when getting ready for M4.4) |
8347344
to
5725371
Compare
5725371
to
0758d4a
Compare
Hi Davo, I've added a variable to ignore the mobile template in Mustache Lint (it's not possible to only ignore some lines or rules). This variable needs to be in the step that installs the ci plugin, otherwise it doesn't work. Now the code is ready to be reviewed again :) |
I've read through the code changes and I can see that all automated checks have passed, so this is looking good to me. I'm going to try and run it locally on my phone in the next couple of days, just as a final sanity check, and then I'm hoping to merge + release it. |
I have given this a final check over + merged it - it'll be available in the Moodle plugins directory shortly (and yes, seeing it as the second item in the 'showcase shorts' did give the the push to get on with merging it). |
No description provided.