-
Notifications
You must be signed in to change notification settings - Fork 627
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
5.1.1.3.4 Organization admins can create campaigns with landing page content #35
Comments
I'll take this one on. Might be good to take a few minutes to discuss some of the finer details. |
Could you please clarify some things:
|
Some initial notes and I will add more in a few
Hope this helps and again I will add more later |
Thanks for the clarification. As per point 3, it almost sounds like milestones with an integer for the stated goal, and related data with an integer for denoting progress. Do you foresee a case where the goal would not be numeric, but perhaps a boolean or some other data type instead? I'm excluding text from this scenario since that's already been listed as a simplified goal. |
that could be a case but I think integral progress would be a good focus for now. Thanks @joelhulen |
I am working on the campaign landing page, and have added a "Full Description" WYSIWYG field. One of the feature requests is to have images as part of this content. Out of the box, WYSIWYG controls such as TinyMCE insert images in the form of a URI to the image path somewhere on the internet. Does this satisfy the scope of this requirement, or should we add a way for the end user to upload one or more images? This starts taking us down the path of creating an image manager (if you're going to have more than one image), having images shown that only the logged in user has uploaded, etc. Just trying to figure out if it's worth opening this can of worms at this stage? |
As I dig deeper into campaigns and their associated activities, I see where locations come into play IRT geography coverage. Currently, only activities have locations. Since activities are assigned to campaigns, the only location data for a campaign are inferred by the location(s) of its activity(ies). Do we want to now specify a location or range of locations for a campaign? If so, to what end? For instance, searching takes into account locations of activities by zip code. It can be argued that more location-based search options can be incorporated to include points on a map and shapes. If location for a campaign is defined by its activities, what would be the purpose of defining a location for the campaign? Please clarify this particular requirement. |
@joelhulen : (re: images) Adding in links to existing uri's for images is good for now. We don't need to do image mgmt now and later we may do that from something/where else anyways as we probably want them via cdn etc. anyways @joelhulen : (re: locations) activities typically have specific points ('hand out flyers during the blah blah event at Clark and Lasalle in Chicago') campaigns are focused on geographic boundaries which can be political (city, county, state, etc.), groups of zipcodes, or informal (like 'near north side', 'northern Naperville', etc.) I would think for now if we can do zipcodes and/or political that would be enough and hopefully lack complexity like the informal entries or even 'draw a polygon on a map' type answers. Thoughts? |
Thanks for the clarification, @tonysurma. For the campaign location, I think it would be best to use SQL Spatial types to identify geographical boundaries in the form of multiple zip codes (union), or political (city, county, state, etc.). I assume that the location serves two primary purposes (please correct me if I'm wrong): Informational and discoverability from searching by the user's zip code. That said, you wouldn't be able to search by informal. I suppose you could offer informal as an option whereby it is excluded from searches as well as map displays. |
@joelhulen @MisterJames I am going to mark this closed. Please create any issues and reference back if you believe there is something still open but not covered by one of the sub issues up above |
This feature incorporates a number of tasks:
Previous Copy
including but not limited to: Name, Logo/Image, Description [Rich Text Multi Paragraph with images etc.], Keywords, Geography Coverage (zipcode list, city list, state list), Campaign contact info (allow copy from organization but this may be different per campaign), links to campaign web pages, impact target {‘x’ ‘things’ by ‘y’ date} and list of interim goals in either format of {‘z’ ‘things’ per ‘week/month/quarter’} or {‘z’ ‘things’ by ‘y’ date, ‘z1’ ‘things by ‘y1’ date, …} or {‘textual goal’} the last format of which will not be trackable by the system and will be marked as completed by the admin
The text was updated successfully, but these errors were encountered: