Skip to content
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

Unincluding a space doesn't highlight spaces cascade #971

Open
colmjude opened this issue Jul 11, 2012 · 2 comments
Open

Unincluding a space doesn't highlight spaces cascade #971

colmjude opened this issue Jul 11, 2012 · 2 comments

Comments

@colmjude
Copy link
Contributor

When a user unincludes a space, lets call it space X, the UI used to inform the user about the other spaces that the had been included when X was first included. I.e. all the spaces X includes.

This allowed the user to be able to make an informed decision about which spaces to keep or which still needed to be removed. This no longer exists and causes confusion for users.

@cdent
Copy link
Contributor

cdent commented Jul 17, 2012

If I recall correctly the old code used to retrieve the recipe of the unincluded space and parse it for bag names that look like space names (those that match /(.*)_public$/) and use $1 to flag the remaining spaces. So that would mean:

  • GET /recipes/<included space>_public as JSON
  • parse the recipe list
  • add some kind of class to elements in the includes list

@pads
Copy link
Member

pads commented Jul 20, 2012

What about the following: Any new tiddlers an included space brings in are tagged with a keyword such as imported_from_spacename. You could then easily see what was left behind to spring clean either by hand or by program.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants