Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Delete multiple workspaces at once.

I just got the message saying i am only allowed to have 100 workspaces in one account. So i went off to delete a few. This is a pretty annoying process though.

I cannot delete multiple at once and when i delete a single one, i go back to the default page again. So i have to go back to the old workspaces again, delete a single one and go all the way back again.

I can sort by course of name but it is still a pretty annoying process. Naturally, you want to delete the oldest workspaces and not the newest.

Maybe this can get some improvement in the future.

34 Answers

I agree, that would be nice.

Yes Treehouse, please add the ability to delete multiple workspaces at once, or all at he same time.

I just bumped into this as well. Workspaces is a great feature! I usually save them to a local directory though; I don't really have any need to maintain them after I've completed a course (or track). Maybe you could let us know somewhere near the beginning of a course that we'll need to delete them when we're done?

Thanks for some great learning tools, Team Treehouse!

Agreed!

Agreed!

bump

Agreed

Would still be a nice thing to have :)

Yeah, would be nice if it would be possible to clear that faster.

Agreed!!

Any chance this could be implemented? :)

Yes, it will be really great usability feature to have. I was thinking of deleting all workspaces at once and found that it was not possible.

bump. This would be a great feature!

Agreed!! Come on Treehouse!

Yes please do!

bump it

bump

up

Yes, this would be great. It would also be great to enable a setting where tree house would automatically delete the oldest workspace to make room for a new one when your storage is full. That way, if you don't care about saving old workspaces, you never even have to think about it. Treehouse just automatically removes the oldest and saves the new.

Please enable bulk deletion of workspaces!

OMG! This is obviously a must have feature!

To make it worse. If you use a filter let's say, a course whose workspaces you want to delete, the filter is reset after every deletion. So if you want to keep deleting workspaces under a given filter you have to select the same filter over and over again... Or you might end up deleting the wrong workspace by mistake. I call this a nightmare of a user experience, which is really weird on a otherwise fantastic web site.

Now, on a more suggestive tone. When you give the message informing that a user has used all their available workspaces, you could show a menu to select an old workspace to be overridden. That would be a relief.

Why does this question go ignored? At least give us a timeline when we can expect this feature.

Bump

In addition to multiple selection/delete of workspaces, setting to delete oldest, not reseting of filters and page location when deleting, I think an option to delete a workspace from the workspace itself would be helpful. When you complete a lesson you sometimes know there is no reason you would want to reference it later. The painstaking process of removing old workspaces is the only real bad thing about TreeHouse.

Please. I am astonished this isn't already a feature.

MAKE THIS HAPPEN TREEHOUSE ADMINS!!!!!!!!!!!!

Still waiting on this, guys c'mon. I'd do it myself but I have a feeling I'm a long way off! So I guess you guys have a couple of years :D

Making this happen should be top priority! How has this not been implemented yet??

Another user here who would appreciate this feature!

Bump

I would also appreciate a multi-delete feature or a feature that would cause workspaces to be deleted automatically after a month or two.

Write: $( ".workspace-delete" ).trigger( "click" );

in the console. Deletes all that is shown on the page after you accept the prompt. I do agree this feature would be nice tho.

Omg, that's awesome! Wish I'd thought of that...

UP

@teamtreehouse

Cannot believe users have been asking for this for two years and it's not being looked at. BUMP.

Hi Amelia,

Agree, this would be a nice feature to have, but the TH development team has limited time and a lot to do, so when it comes to priorities, this feature is far down on the list. For now, I think Andreas's solution is pretty cool:

// Run in the dev tools console
$( ".workspace-delete" ).trigger( "click" );