Unify handling of coords in User and Event.
Reported by Marnen Laibow-Koser | October 19th, 2009 @ 07:17 PM
User and Event don't handle coords in quite the same way. There's some almost-duplicate code that should be unified.
Comments and changes to this ticket
-
Marnen Laibow-Koser October 19th, 2009 @ 09:08 PM
(from [c53434a1362be505801bdab29f040b939c9bdf53]) Add clear_coords to User model. It really should have been there all along, and it makes the duplication with Event more exact and therefore easier to refactor. [#43] http://github.com/marnen/quorum2/commit/c53434a1362be505801bdab29f0...
-
Marnen Laibow-Koser October 19th, 2009 @ 09:08 PM
(from [fc8356b32b7d6625fef23f782a3232ee995da970]) Move clear_coords into GeocodingUtilities. [#43] http://github.com/marnen/quorum2/commit/fc8356b32b7d6625fef23f782a3...
-
Marnen Laibow-Koser October 19th, 2009 @ 09:08 PM
(from [284e8546ae795038a0e29ad403701a6488112f11]) Move before_update callback into GeocodingUtilities. [#43] http://github.com/marnen/quorum2/commit/284e8546ae795038a0e29ad4037...
-
Marnen Laibow-Koser October 19th, 2009 @ 09:08 PM
(from [8cdadd2bfdf477a1ac3f7001d73a34628dbb3a22]) Refactor coords into GeocodingUtilities. [#43] http://github.com/marnen/quorum2/commit/8cdadd2bfdf477a1ac3f7001d73...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
<p>This is the issue tracker for the Quorum calendar system. Also see our <a href="http://github.com/marnen/quorum2">Github repository</a> and our <a href="http://quorum2.sourceforge.net">project website</a>.</p>
<p>Please tag bug reports with <strong>bug</strong> and feature requests with <strong>feature</strong>. Use additional descriptive tags as necessary.</p>
People watching this ticket
Referenced by
- 41 state.code and country.code aren't nil-safe Created a ticket (#43) for coords handling. Putting this ...
- 43 Unify handling of coords in User and Event. (from [c53434a1362be505801bdab29f040b939c9bdf53]) Add cle...
- 43 Unify handling of coords in User and Event. (from [fc8356b32b7d6625fef23f782a3232ee995da970]) Move cl...
- 43 Unify handling of coords in User and Event. (from [284e8546ae795038a0e29ad403701a6488112f11]) Move be...
- 43 Unify handling of coords in User and Event. (from [8cdadd2bfdf477a1ac3f7001d73a34628dbb3a22]) Refacto...
- 41 state.code and country.code aren't nil-safe Reopening now that #43 is done.