manifesto icon indicating copy to clipboard operation
manifesto copied to clipboard

Per user manifest

Open gregoryS opened this issue 12 years ago • 7 comments

Hello,

thanks for this app I have a problem integrating manifesto as app in my django project, but my principal question is:

Is there a easy way to add a per-user manifest within your app? including user parameters such as a selection of user's images related to the user profile configuration? In order to add only the user related images in the per-user manifest?

thanks for your future answer

gregoryS avatar Mar 05 '12 18:03 gregoryS

That would require to pass request to UnifiedManifest in ManifestView, this is not the case for now, but it should not be to hard to do, do you want to give it a try ? I do accept pull-request !

cyberdelia avatar Mar 05 '12 20:03 cyberdelia

What do you mean by UnifiedManifest? That would really not be hard at all! Maybe i will check it soon G.

gregoryS avatar Mar 05 '12 23:03 gregoryS

sorry ...

gregoryS avatar Mar 05 '12 23:03 gregoryS

You can find UnifiedManifest here : https://github.com/cyberdelia/manifesto/blob/master/manifesto/init.py#L15

cyberdelia avatar Mar 06 '12 08:03 cyberdelia

if you give me tips of how to do this , I could...

gregoryS avatar Mar 06 '12 16:03 gregoryS

You should create an instance of UnifiedManifest in ManifestView and passing it the request object, and modifying UnifiedManifest accordingly.

cyberdelia avatar Mar 08 '12 17:03 cyberdelia

Sorry but i will have no time to do this, although i need this kind of solutions to make my things working...

gregoryS avatar Mar 13 '12 10:03 gregoryS