TODO.markdown in authority-1.0.0.pre4 vs TODO.markdown in authority-1.0.0
- old
+ new
@@ -1,14 +1,13 @@
# TODO
-## Design
-
-- Carefully think through names of all public methods & see if they could be clearer or more intuitive
-
## Chores
-- Test generators
-- Configurable proc for logging method
+- Add tests for the generators
## Documentation
- Example of checking clean/dirty attributes in instance-level checks. For example, if I'm only allowed to update blue laser cannons, can I make them red? Maybe I need to check whether the old value was blue?
+
+## Features
+
+- It would be nice to have an `authorized_link_to` method, which determines from the given path and the user's permissions whether to show the link. Not sure yet how hard this would be.