Allow users to add comments to events
Reported by Marnen Laibow-Koser | March 8th, 2012 @ 09:20 AM | in v0.5.0 (closed)
As a user
I can add comments to events
So I can qualify my commitment status
For example, "attending (but only if I can leave by 2:00)" or "uncommitted (will commit once I find out if my car works)".
Comments and changes to this ticket
-
Marnen Laibow-Koser March 8th, 2012 @ 09:20 AM
acts_as_commentable or Disqus might be worth looking at.
-
Marnen Laibow-Koser March 8th, 2012 @ 09:24 AM
- State changed from new to open
-
Marnen Laibow-Koser March 8th, 2012 @ 01:36 PM
(from [0fde92314057bb3d78402a66499fd655d01beed8]) Add comment column to commitments. [#69] https://github.com/marnen/quorum2/commit/0fde92314057bb3d78402a6649...
-
Marnen Laibow-Koser March 8th, 2012 @ 01:36 PM
(from [509408c7cb8567f4cd1ade2d646cf31a3de8a7e8]) Let Event#change_status! take a comment string. [#69] https://github.com/marnen/quorum2/commit/509408c7cb8567f4cd1ade2d64...
-
Marnen Laibow-Koser March 8th, 2012 @ 01:36 PM
(from [d2746f8d3bedd22b52dff63c6cbf135e4c917b22]) Move feature file to better place. [#69] https://github.com/marnen/quorum2/commit/d2746f8d3bedd22b52dff63c6c...
-
Marnen Laibow-Koser March 8th, 2012 @ 01:36 PM
(from [35316b618a6970f09bc8786faf3f6ba0d0eab220]) Add helper method for attendance comments. Yes, this is awful. It will be refactored. [#69] https://github.com/marnen/quorum2/commit/35316b618a6970f09bc8786faf...
-
Marnen Laibow-Koser March 8th, 2012 @ 01:36 PM
(from [e5f9f44112789a27eeebcaa43f053b9df4df18cf]) Store comment for commitment and display the current user's comment. [#69] https://github.com/marnen/quorum2/commit/e5f9f44112789a27eeebcaa43f...
-
Marnen Laibow-Koser March 8th, 2012 @ 01:36 PM
(from [b7f4631d001c49a33ba9618f34083871b9220f8e]) Make Ajax work for text field. [#69] https://github.com/marnen/quorum2/commit/b7f4631d001c49a33ba9618f34...
-
Marnen Laibow-Koser March 8th, 2012 @ 01:37 PM
- State changed from open to resolved
- Milestone set to v0.5.0
- Milestone order changed from 177209 to 0
This technically works, and will be incorporated in version 0.5, but the code quality is terrible. I'm not going to release 0.5 before refactoring this code, which I've created issue #70 for.
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
Tags
Referenced by
- 70 Refactor comment and attendance code The comment code introduced in #69 works, but does terrib...