nothingworksinc / ticketbeast

Back to the lesson videos:
https://course.testdrivenlaravel.com/lessons
552 stars 11 forks source link

[REQUEST] Ability to reset all videos to unwatched #64

Closed ghost closed 4 years ago

ghost commented 7 years ago

Hi Adam, thanks for an absolutely fabulous course, any chance of adding a feature to the tutorial site allowing videos to be set back to unwatched, I'm sure I'm not the only one looking forward to working my way through the course a second time, back to back.

Thanks in advance

Pete

adamwathan commented 7 years ago

I'll try get this in there after Laracon next week! In the mean time, if anyone would ever like me to reset that data for them just shoot me an email at adam at testdrivenlaravel dot com, happy to clear it out for you.

ghost commented 7 years ago

Thanks Adam, have sent you an email requesting a reset

hulkur commented 7 years ago

Idea: let people PR new features AC: TDD

Like a course test :)

martinbean commented 6 years ago

@adamwathan Was this ever implemented? Just came here to propose the same idea, but see this was opened in July.

adamwathan commented 6 years ago

Hasn't been implemented but still happy to reset it manually for anyone if asked!

martinbean commented 6 years ago

Hasn't been implemented but still happy to reset it manually for anyone if asked!

@adamwathan Would you be able to run that lovely DELETE * FROM watches query for me in that case? 😆

jkniest commented 6 years ago

I hope he will run something like:

DELETE * FROM watches WHERE user LIKE 'martinbean';

I don't want to lose my watches :-D

martinbean commented 6 years ago

I hope he will run something like…

I hope he’s using a foreign key 👀

svenluijten commented 6 years ago

Sorry to pile on, but about 1,600 people get an email every time a reply is posted here. Keep the chit-chatting to a Slack room or something 🙂

danmatthews commented 6 years ago

@svenluijten - if you'd like to not receive the emails you can adjust your github notification preferences for this repo. Thanks.