In Reply to: Engineers WANTED for open source app! posted by anevsky on August 28, 2003 at 14:47:23:
We've actually been working on doing a similar thing for quite a while. It keeps getting back burnered, due to some technical issues and questions about data integrity and all that. But, I'm almost to the point where I'm going to get time to get going on doing some coding for it. Amazon released a new web interface recently that would simplify a lot of the data entry, but I have concerns about using it. Making sure names are spelled right and that the data is correct is a pain! With the Amazon or a central db, you can grab their data and then add to it. It should make data entry quicker and more consistent. A second possibiliy is using the freedb data. It's a spin off from the old CDDB project. Since many records are the same as the CDs, it makes sense to incorporate both vinyl and CD into one db.Our motivation was primarily music reviews and recommended lists. What struck me was if we did this, then we could also allow people to tag items as owned or for their wish list or their recommended list etc. As a hosted app with a client, the data could also be local to the user or they could just use the web UI and not need a local db.
The schema looks well thought through. The problem is Classical and also having Pop fit in easily. I assume the State table might be the in print/oop, right? As a pure web app, a user id would be needed for personal data. If owned, the condition etc., if wanted, then just an item id. What about duplicate copies or something with different conditions?
This post is made possible by the generous support of people like you and our sponsors:
Follow Ups
- Interesting....and timely - Rod M 16:35:11 08/28/03 (2)
- Re: Interesting....and timely - anevsky 17:20:25 08/28/03 (1)
- Re: Interesting....and timely - Rod M 19:02:20 08/28/03 (0)