| Author |
Replies: 49 / Views: 8,338 |
|
|
|
Pillar of the Community
United States
1193 Posts |
Steve, this is INCREDIBLE! You should be given a prize for this LOL
Question/feedback, I wonder what the percentage of coincommunity users, and/or coin collectors are using an iOS device. If large enough, I can see this seamlessly transitioning into a paid app (PM me, I have an app creation background).
Also, I wish so badly that this coincommunity would utilize the TapTalk app. It would make responding/posting and loading photos to the boards so much easier!
|
|
Pillar of the Community
 United States
1796 Posts |
Thanks, joe! :-)
I've actually been looking into getting it to work with PhoneGap so I can take advantage of native device photo taking on iOS and Android devices, and if that's what you're familiar with I might seriously consider taking you up on your offer.
|
|
Pillar of the Community
 United States
1796 Posts |
Ugh... State/Territory/ATB Quarters are a royal PAIN to normalize pricing for. But now they're up, thank God...
|
|
Pillar of the Community
 United States
1796 Posts |
|
|
Pillar of the Community
 United States
1796 Posts |
FINALLY! Took a long time to get it "right" and I still have a bunch of tweaks I want to make to the interface, but I now have image uploads working! Details here: http://numismetrica.wordpress.com/2...-now-public/For example, you can upload a rough, un-centered image like this:  And crop it together with other images directly in the program to a nice display like this:  All point and click, drag and tap. Tell me what you think. :-)
|
|
New Member
United States
34 Posts |
Steve, this is great and wonderful of you to share with the community.
|
|
Rest in Peace
United States
9104 Posts |
 , SW99!
|
|
Pillar of the Community
United States
2120 Posts |
As a fellow Web designer and CSS nazi, I say bravo. Very clean and professional use of CSS right there. I love when I can disable style sheets, and I just get an un-formatted wall of html.
One idea though, and you may or may not want to allow this.
I would love to see an CSV import/export function. The single biggest reason I can't seem to get on board with online collection DB's, is what happens if I spend all that time and get attached to your DB, and you decide you don't want to support this anymore. (not saying you would ever do that, just generically speaking).
If I could atleast export, then I don't lose the data, and I can reformat for use elsewhere. Pictures might be a bit harder, but you could just add filenames as a field and then on import/export have it be accompanied by a <.tgz, .rar, gzip, not sure the OS of your webserver> with the pictures in the archive.
Just a thought. There are a lot of security issues with allowing something like that, but with the right measure you can prevent issues.
I once learned about SQL injection the hard way. :(
|
|
Pillar of the Community
United States
2120 Posts |
Also, any plans to dump your javascripts in favor of HTML5? HTML5 with PHP and MySQL is really powerful. I only ask cause you;'re currently batting 2/3. 
|
|
Pillar of the Community
 United States
1796 Posts |
@Namachieli - Yes, portability is very important. I actually had a text file format and JSON import-export feature, but then I upgraded the database to a different structure and I haven't re-written the import-export code yet. When I get back around to it I'll make sure that CSV is supported.
The images, as you mention, will be a lot trickier to handle exports for, but I'm sure that if I chew on the problem enough I can come up with a solution (after all, user images belong to the user; no sense in locking them down unless I'm actively being evil like, say, Facebook... *cough*.. did that slip out? Jeez, sorry... :-) ).
Also most of it is powered by HTML5 (via jQuery Mobile). Which features in particular are you referring to? Hehe it's not a kludge free system yet, I admit though and I'm always optimizing.
|
|
Pillar of the Community
United States
2120 Posts |
Its very well done IMO, at least I didn't get bombarded by Java applets and flash.
|
|
Pillar of the Community
 United States
1796 Posts |
Working on two new features that I hope to have up some time tomorrow:
1) A "Coin Suggestion" form where users can suggest new coins to add to the public database. This will make crowd sourcing new series and foreign coins much easier. If the coin isn't "approved," since you entered in all of that data, you'll still be able to use it in your own collections.
2) A Marketplace where you can take a coin from your collection, mark it for sale (or trade), set up a payment method (PayPal, Google Checkout, check, or money order), and then transfer its profile to the new owner's account when the purchase/trade is settled upon.
There will also be a new page that showcases the Marketplace that is fully searchable, and actually links in with other users' placeholders (i.e. at the user's option, you can view a Marketplace that only shows items for sale or trade that correspond to the placeholders you have in your collections). Zero listing fees.
There are some restrictions that I'm putting in place that I think folks will find fair, but I'd like some feedback. Basically, they boil down to that the coin must have at least two genuine, unaltered photos (one of the obverse, one of the reverse) uploaded to its profile. No stock images or photoshopping. If it's slabbed, it'll auto-check the certification number (provided it's entered), as well as display diagnostics.
I'll also be working on an auction and haggling format for it soon, too.
More updates later. :-)
|
|
Pillar of the Community
 United States
1796 Posts |
Ok, update on new features:
I've added a heck of a lot more default images. Now that you can upload your own images, I can't wait to see who decides to contribute even more examples.
I've now added "Likes" so you can "like" the collections and coins of other collectors and they display on your profile. A little heart with the number of likes appears on the collection or specimen page respectively.
Multiple collections on the same account can now be organized into one level of folders.
Finishing up the free "Marketplace" for trading and selling individual coins or whole collections mentioned above. Just need to finish up PayPal integration so that PayPal will tell your Numismetrica account when invoices are paid.
I'm also now working on getting comments (with moderation capabilities) up to snuff so you can ask questions about other users' stuff. :-)
|
|
Pillar of the Community
United States
538 Posts |
Just started using your awesome software and had couple suggestions based on working from an android tablet. When adding to a collection and putting dates in is there a way to have calendar to select the date instead of having type it in? The first couple times I added coins I had typed the date in using the incorrect format and had to go back and re-enter them correctly.
On my silver kennedys I noticed there is a bold 0 on the individual view page that I'm unsure of why it is there. I assume it has to do with some field that I left blank but working from my tablet makes it difficult and time consuming to investigate further.
Also, I have noticed if I leave the grade blank it will add MS to the header/title of the coin when viewing it individually. Not a big problem or anything but thought I would bring it to your attention.
Once I can take a look on a desktop I can hopefully send you screenshots.
I am still using and learning the software but am enjoying it much more than my excel spreadsheets already lol. I am a recent college graduate in computer and information sciences and a lot of my more memorable times involved testing (and usually breaking) software, so combining my two favorite pastimes means I will be definitely letting you know of more issues and suggestions as I find them.
|
|
Pillar of the Community
 United States
1796 Posts |
@Williamsonj320 - Thanks. :-)
I'll see about what kind of date-pickers I can use. jQuery Mobile has a few options that should work well on an Android tablet.
The bold 0 is a glitch that I simply haven't gotten around to scrubbing out yet. I'll have that nipped in the next update.
The MS notation is actually standard for coin ID strings. For proofs it becomes PF and for specimens or special strikes it becomes SP. I also have a fourth designation in the database that's currently being tested and that's "CF" for counterfeit or replica.
Keep the suggestions and fix requests coming! :-)
|
| |
Replies: 49 / Views: 8,338 |