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

List next meetings for my groups #26

Open
LeifW opened this issue Apr 18, 2011 · 2 comments
Open

List next meetings for my groups #26

LeifW opened this issue Apr 18, 2011 · 2 comments
Labels

Comments

@LeifW
Copy link

LeifW commented Apr 18, 2011

Given that I'm listed as a member of various groups on ePDX, could/should ePDX link in to Calagator to show the next listed meetings for groups I'm a member of?

@reidab
Copy link
Owner

reidab commented Apr 18, 2011

Yes!

We added ePDX machine tags to Calagator and I just rolled out a Calagator update to support this.

Brain dump of current thoughts towards this goal:

  • Calagator supports machine tags for ePDX, which link back to the referenced entity. This machine tag currently takes the form epdx:group=1 and will take the form epdx:group=pdxruby after work to give things prettier urls is done.
  • Show a list of upcoming events on the ePDX group page, based on the machine tag. To avoid having to manager server-side updating and caching of this, do this client-side using Calagator's jsonp output.
  • Add a button to the ePDX group page, "Add a Calagator event for this group" which will link the user to the Calagator new event form pre-populated with the group machine tag and all tags of the group. Support for this is already in Calagator (e.g. http://calagator.org/events/new?event[tag_list]=epdx:group=1,%20ruby )
  • Add support to Calagator to pull group details from ePDX and display those details on machine-tagged event pages. Possibly also include a similar "Create a new event for this group" link within Calagator.

@reidab reidab closed this as completed Apr 18, 2011
@reidab reidab reopened this Apr 18, 2011
@reidab
Copy link
Owner

reidab commented Apr 18, 2011

Oops, didn't mean to click the "comment and close" button. Reopened!

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

No branches or pull requests

2 participants