austintimeexchange / oscurrency forked from insoshi/insoshi
- Source
- Commits
- Network (395)
- Issues (21)
- Downloads (4)
- Wiki (9)
- Graphs
-
Branch:
edge
-
2 comments Created 5 months ago by herestomwiththeweatheradminxcontact admin linkusabilityxa way to easily send a message to admins
Comments
-
found your project and want to implement in new york for TINY. bootstrapping is a bit complicated. Obsolete gems in environments.rb and gem requirements in models not documented. I'd like to have commit rights to push up some changes, or perhaps submit patches?
Comments
herestomwiththeweather
Sun Aug 16 18:00:40 -0700 2009
| link
that's great! pull requests are welcome and you are right that the environments.rb needs to be cleaned up to specify all the required gems. if there is a particular feature you want to contribute, then rich and i would grant commit rights for that.
herestomwiththeweather
Tue Sep 01 11:23:32 -0700 2009
| link
fyi, i created a new ubuntu slice from scratch last week while i was at lonestar rubyconf to test a clean install. to get rake gems:install to work, i only needed to specify the json and feed normalizer gems:
http://github.com/austintimeexchange/oscurrency/commit/09df7ec148f0ceea32edcc4a7babed2806952dcf
let me know if you find other parts of the install that are ambiguous or need fixing (#oscurrency on freenode) and now that you have commit rights, feel free to directly submit fixes into a new branch.
lazzarello
Tue Sep 01 12:34:34 -0700 2009
| link
I'm setting up a friend who wants to get involved on some front end work and I noticed that rake won't run without the oauth gem installed. This includes running
rake gems:install. I haven't found where rake is requiring that so I just installed it manually. It would be nice to fix, as these bootstrapping deps can creep into a Rails project and discourage new deployments.
herestomwiththeweather
Thu Sep 03 00:45:07 -0700 2009
| link
yes, i get:
Could not find RubyGem oauth (>= 0.2.1)i also installed it manually. vendor/plugins/oauth-plugin/init.rb has the following line:
gem 'oauth', '>=0.2.1'
i see you added it here:
http://github.com/austintimeexchange/oscurrency/commit/529b44648c7c8613cad7f2e289b73425c96a12ac
that should work.
-
0 comments Created 5 months ago by herestomwiththeweatherGeocoding - populate rest of fields (like state if only zipcode entered)geocodingxIf only zipcode entered, populate state with results of geocode
Comments
-
0 comments Created 4 months ago by herestomwiththeweatherrequestsxdirect payment: option to associate an existing request with the paymenttransactionsxsometimes a request is made and service is performed without a bid being made. in this case, it is desirable to display to the logged in user a list of her active requests when making a payment to a member so she can choose a request to assosciate with the payment if she wants to.
Comments
-
0 comments Created 5 months ago by herestomwiththeweathertransactions: allow admin to edit/correct transactions in a transparent waytransactionsxthe use case of an admin correcting a transaction needs to be defined so that a reason for the correction is stated and both parties are notified, etc.
Comments
-
0 comments Created 5 months ago by herestomwiththeweathersearchxsitewide searchusabilityxinstead of restricting a search to people, requests, categories, forums, allow a search to search entire site.
Comments
-
0 comments Created 5 months ago by herestomwiththeweatherkeyword request notificationrequestsxfor more comprehensive notification matching, notify on keyword instead of just categories.
Comments
-
0 comments Created 6 months ago by herestomwiththeweathergemxruby api gem that supports payment dropboxherestomwiththeweatherxit would be cool to have the client api packaged in a gem with oauth support.
Comments
-
Renaming the User model to Person really recked havoc on the specs
1 comment Created 4 months ago by lazzarello~ 84 spec failures due to model renaming and changes in some method definitions. I'm going through and renaming stuff so they pass. Can I get commit rights for that, as it touches quite a few of files? it'd be a shame to duplicate this work.
Comments
herestomwiththeweather
Tue Aug 18 19:37:54 -0700 2009
| link
sure, i'll add you as a committer. please create a new branch for these.
-
1 comment Created 4 months ago by lazzarelloCreate branch named "master" for deployment to HerokuherokuxI tried to deploy oscurrency to Heroku but they require the deploy branch to be named master, among other things. I'll be working locally with a new master branch until I get it running on my test site at http://oscurrency.heroku.com/ Once it's running there I'd like to push master to github.
Comments
herestomwiththeweather
Tue Sep 08 20:57:09 -0700 2009
| link
that's fine with me.
-
if i make a payment to a person in a group currency and i view that person's profile, the payment doesn't show up in "recent street cred" (although it shows up as it should in the "recent street cred" when i view the person's account for that group)
Comments
-
0 comments Created 3 months ago by lazzarellopushed up master branch - working on herokuherokuxI have a hack in the master branch working with Heroku, sort of. Turns out the codebase relies on the filesystem for some core features like user authentication and profile viewing. Heroku has a read-only filesystem. I have a series of commit that will make the application bootstrappable in a Heroku account but some controllers fail. I figured this is good enough to push because it can be debugged by anyone, not just me on my localhost.
Comments
-
for goods, it would be nice to upload an image for an offer.
Comments
-
When I went to http://timebank.sfbace.org/signup
My email address was displayed in the Zipcode field above the following lines:
"Which services would you be willing to offer? (and optionally receive email notifications for new requests) Select
multipleMac: command
Win: control"Comments
herestomwiththeweather
Fri Oct 23 20:53:36 -0700 2009
| link
is this a reproducible error? if so, can you tell me what steps you did to get this?
I clicked on the link you sent with your last email... just reproduced it by going to the timebank home page and clicking Signup.
herestomwiththeweather
Fri Oct 23 21:13:02 -0700 2009
| link
what browser/version and operating system are you using?
herestomwiththeweather
Fri Oct 23 21:22:55 -0700 2009
| link
thanks. i'll try to reproduce it with that in a bit.
herestomwiththeweather
Fri Oct 23 22:53:21 -0700 2009
| link
i tried to reproduce with firefox 3.5.3 and XP and couldn't. maybe with a screenshot, i can better guess what might be happening.
herestomwiththeweather
Fri Oct 23 22:58:57 -0700 2009
| link
although i did notice the check box text isn't displaying right with this configuration. do you get the same where the text is underneath the checkbox instead of next to it?
Yeah, text is underneath the checkbox instead of next to it. I'll try to take a screenshot and sent it to you.
herestomwiththeweather
Mon Oct 26 02:15:02 -0700 2009
| link
the fix for the checkbox has been checked in. i don't know what's causing zipcode freakiness. since the mouse cursor is not in the zipcode field in the screenshot, the only thing i can think of is maybe some browser add-on or some other software is trying to prepopulate the field. one thing we can do to rule out the possibility that it is a bug in oscurrency is do view source on the web page and see if the zipcode input field has the value attribute set to your email address. if it does not, then it is almost certainly not a bug with oscurrency. if it does, then i would assume there is a bug.
Here's the source, you're right the value is not set -
ZipcodeHowever, can we set the value to number instead of text? May be that will prevent the browser from populating it with irrelevant info.
"
<label for="zipcode">Zipcode</label> <input id="person_zipcode" name="person[zipcode]" size="30" type="text" />"
Sorry, the source code doesn't seem to what to show up eight in the comments :(
-
0 comments Created about 1 month ago by drapetomaniacdrapetomaniacxMake Interface MultilingualusabilityxUse new Rails features for multilingual or admin preferred phrasing/labels of various screens
Comments
-
1 comment Created 2 months ago by herestomwiththeweatherreq & bid notification emailsemailxnow that we are putting the body of the message in the emails, we need to make sure html in these emails are rendered properly
Comments
kenrestivo
Thu Dec 24 00:58:55 -0800 2009
| link
I'd be fine with it filtering out all HTML and showing it as text, so that people with non-HTML mail readers (mutt, emacs, some cell phones) can read them. There are libraries for many languages which strip out HTML, or one could even have a filter that shells out and runs it through "lynx -dump" :-)
-
0 comments Created about 1 month ago by drapetomaniacdocumentationxContext Sensitive HelpdrapetomaniacxTry to create a context sensitive help, one that registers off of the Controller::Action and populates a link for it on various pages.
Comments
-
Add a NEW TAB to the logged-in site-view, called "Orientation" with either a pull down menu to the TABs of pages that are viewable only by guests, currently [About - Practice - Steps - Q&A]. Somehow, make these pages RE-viewable by the logged-in members. We think there may still be real estate in the MENU BAR of TABS for this.
Comments
-
1 comment Created 26 days ago by herestomwiththeweatherclicking on deleted offer throws an exceptionoffersxtwo problems. first, if a new offer has been deleted, it should probably be removed from the activity stream. second, an attempt to view a nonexistent offer should not throw an exception
Comments
herestomwiththeweather
Sat Dec 12 14:13:31 -0800 2009
| link
clarification: a deleted offer is removed from activity stream. in this case, the offer existed but number available was empty. need to validate the number available field for the offer.
-
I tried to address the pagination problem with the person model. It works on my dev box. can you test it on yours?
Comments
herestomwiththeweather
Wed Dec 23 13:42:07 -0800 2009
| link
can you remind me what the pagination problem is (i can't find our previous discussion)? it looks like the proposed change is to sort by first letter instead of alphabetically which seems to be a step backwards. does the current sort by name not work on postgresql for some reason?
herestomwiththeweather
Thu Dec 24 14:27:15 -0800 2009
| link
let's go ahead and do it even though we lose the alphabetical per first letter group so we can get postgresql working. we can investigate other alternatives later.
-
I viewed this request:
http://timebank.sfbace.org/reqs/77
Which shows as being "1493.8 miles away ", but the person who posted it is in Berkeley/North Oakland, which is maybe a couple dozen miles away.Comments
herestomwiththeweather
Thu Dec 24 02:03:39 -0800 2009
| link
this person probably did not specify a proper zipcode or address. the default zipcode for someone who has not specified a location is next to area 51 which is probably why you're getting the funky distance. :)
kenrestivo
Thu Dec 24 10:47:14 -0800 2009
| link
Could the distance code use neighborhood instead, since the neighborhoods are mapped to zips? Or, as a quick hack for now, could it simply not report distance at all if the location is the "magic number" of Area 51? The aliens from Planet Zod would be thankful.
herestomwiththeweather
Thu Dec 24 13:30:14 -0800 2009
| link
if someone doesn't choose a neighborhood, it will be just like if they didn't choose a zipcode, so there is no advantage gained by using neighborhood. i like the second option better, that if their zipcode is left at 89001, then the distance will not be reported. (people who live in the 89001 zipcode will need to specify address information for the distance calculation to be computed) alternatively, we can make the zipcode empty by default, which might be better.
kenrestivo
Thu Dec 24 14:08:34 -0800 2009
| link
I agree; zero might make a better default than 89001. And if the aliens (or active-duty Air Force personnel stationed at Area 51) ever want to join our timebank, then treating 89001 as a magic number might get in the way. :-) Have a great holiday!
kenrestivo
Thu Dec 24 15:13:40 -0800 2009
| link
Hmm, howzabout:
diff --git a/app/views/reqs/_req.html.erb b/app/views/reqs/_req.html.erb index c83e04a..afd1769 100644 --- a/app/views/reqs/_req.html.erb +++ b/app/views/reqs/_req.html.erb @@ -26,7 +26,7 @@ | <%= link_to "Delete", req, :confirm => 'Are you sure?', :method => :delete unless (req.has_commitment? || req.has_approved? ) %> <% end -%>
- <% if !current_person.address.nil? && !req.person.address.nil? && !current_person?(req.person) -%> + <% if !current_person.address.nil? && current_person.address.zipcode_plus_4 != 89001 && !req.person.address.nil? && req.person.address.zipcode_plus_4 != 89001 && !current_person?(req.person) -%> <%= number_with_precision(req.person.address.distance_to(current_person.address), 1).to_s %> miles away <% end -%>
- admin▾
- bidding▾
- calendar▾
- documentation▾
- drapetomaniac▾
- ▾
- forum▾
- gem▾
- geocoding▾
- groups▾
- herestomwiththeweather▾
- heroku▾
- install▾
- messaging▾
- oauth▾
- offers▾
- registration▾
- requests▾
- search▾
- transactions▾
- usability▾
- wall▾
- Apply to Selection
-
Change Color…
Preview:preview
- Rename…
- Delete





the way we expose this feature depends on what is really the intention of it -> why are we doing it? do we want a way to contact all the admins or just a way to identify the admins and we can contact one individually. if the latter, what if we add a third [sort/filter] tab on the people index which lists just the admins? (there are currently two tabs: the default alphabetical sort and the newest member sort)
I think the purpose is to have a way to contact admins for help/issues so, perhaps providing a button where people can send notifications to all or designated admins would be the way to go.