 |
Account Login
|
 |
 |
Latest Articles
|
 |
 |
IRC Channel
|
 |
 |
Associates
|
 |
 |
Associates
|
 |
|
 |
|
 |
|
 |
07-02-2008, 09:15 AM
|
#1 (permalink)
|
|
Super Moderator
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
|
Planning Area - ideas,code,etc.. in here
|
|
|
|
07-02-2008, 02:47 PM
|
#2 (permalink)
|
|
Wizard
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
|
I assume this is for the image gallery?
|
|
|
|
07-02-2008, 03:02 PM
|
#3 (permalink)
|
|
The Addict
Join Date: Nov 2007
Location: the Netherlands
Posts: 281
Thanks: 2
|
Seems like the project has become some sort of vBulletin module
__________________
Nunchaku! Who doesn't like martial arts? =)
|
|
|
07-02-2008, 03:10 PM
|
#4 (permalink)
|
|
The Acquainted
Join Date: May 2008
Posts: 175
Thanks: 9
|
No -- This tool is used to manage the project. It handles bugs, features, requests, tracking etc etc.
vBulletin® - vBulletin Project Tools Features
I do not believe an actual topic has been decided on.
__________________
There are No Stupid Questions. But there a LOT of Inquisitive Idiots.
|
|
|
07-02-2008, 03:18 PM
|
#5 (permalink)
|
|
is cute and cuddly
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
|
Not everybody on this project has the same instant messenger, and not everybody is on IRC all the time - might I make a suggestion? Just because I've noticed the communications seem to get a little mixed up from time to time.
Everytime your manager makes a decision on something, it would be a good idea to post it here and request discussion on it, however it might also be in your benefit to set up a mailing list.
Collect everybodies email, and whenever there's a major incident (such as the project gets chosen, a coder gets his hand run over by a drunk driver, or whatever), everybody could then be informed on their own grounds and time via email. They could then at that point choose to discuss the decision directly with the manager, hop in here to discuss it with the group, or go on IRC and talk dirty to all kinds of men masquerading as women. Ya know?
-m
|
|
|
|
07-02-2008, 04:27 PM
|
#6 (permalink)
|
|
Wizard
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
|
I may stop part way though the list, if I do, I will return to it later. Assuming we are doing the image gallery:
End User - Email Confirmation
- Image validation (to avoid bots)
- Name
- Description (optional)
- Tags (optional)
- Watermark (optional) (may be a good idea to do post-release)
- Delete Images
- Rename Images
- Hide/Show Images
- Name
- Description
- Assign/upload Images
- Delete Comments
- Disable Comments/Ratings
End Admin: - Create/Delete/Modify Users
- Have view all user features as owner would (delete comments, ect).
- Content Management
- Search Images/Albums
- Manage Images/Albums
Technologies we will need: - PHP
- MySql
- Mod_rewrite (ISAPI rewrite if on IIS)
- ImageGD (for watermark feature)
This would probably be sufficient for a version 1.0, I would almost recommends stripping a few features out at this. Main reason for this is debugging, it will be hard as is to debug an application this size, last thing we need to do is make it harder.
Last edited by Village Idiot : 07-03-2008 at 12:49 AM.
|
|
|
|
|
The Following 2 Users Say Thank You to Village Idiot For This Useful Post:
|
|
07-02-2008, 04:43 PM
|
#7 (permalink)
|
|
is cute and cuddly
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
|
I would suggest if you plan to use mod_rewrite at any point in time you make sure the system degrades gracefully without it. I started writing a system awhile back where I unabashedly abused the hell out of mod_rewrite partly because I had just learned it, and partly because I was having too much fun making my urls far too humanly readable (don't ask me why that was fun, I don't know), until I ran into the roadblock of uploading it to my live server and finding out mod_rewrite isn't as prevalent in the hosting world as one thinks it should be.
In addition to VI's list there, which is a pretty good start, I wonder if maybe the project shouldn't consider starting from the ground up incorporating something such as ADODB for a database abstraction (or if the project members feel frisky enough, writing one of their own). This would open up the audience of this product as wide as possible.
-m
|
|
|
|
07-02-2008, 04:45 PM
|
#8 (permalink)
|
|
The Acquainted
Join Date: May 2008
Posts: 175
Thanks: 9
|
I personally think this should be written around an Object Oriented Architecture. As mentioned above, using some type of database abstraction layer would be incredibly beneficial.
Also to add to the list:
categories: (user can assign image to 1 or many categories)
and of course an admin area for editing it.
Has the image gallery been approved for our project?
__________________
There are No Stupid Questions. But there a LOT of Inquisitive Idiots.
|
|
|
07-02-2008, 05:05 PM
|
#9 (permalink)
|
|
Super Moderator
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
|
i haven't heard anything about us not doing the image gallery
PS, has some one asked wildhoney to install the vb project tools?
Quote:
I Here by apologies to the Dev-team for being so rock on with the rules i will work in an other way and hope we all can work out as a great team!
H.M Codefreek
|
so i think we need on some level maybe set up a meeting with everyone online at the same time so we can get some things rolling or what do you guys think?
|
|
|
|
|
The Following User Says Thank You to codefreek For This Useful Post:
|
|
07-02-2008, 05:59 PM
|
#10 (permalink)
|
|
The Prestige
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
|
Quote:
|
using some type of database abstraction layer would be incredibly beneficial.
|
Why are we planning on releasing this to the general public?
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
|
|
|
|
07-02-2008, 06:07 PM
|
#11 (permalink)
|
|
Wizard
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
|
Quote:
Originally Posted by sketchMedia
Why are we planning on releasing this to the general public?
|
Huh? It was originally planned to be an open source project.
|
|
|
|
07-02-2008, 07:12 PM
|
#12 (permalink)
|
|
The Contributor
Join Date: Mar 2008
Posts: 62
Thanks: 2
|
Quote:
I Here by apologies to the Dev-team for being so rock on with the rules i will work in an other way and hope we all can work out as a great team!
H.M Codefreek
|
Speaking for myself (and maybe some of the other members), none of my views have changed. I think you are doing a great job.
|
|
|
|
The Following User Says Thank You to Seraskier For This Useful Post:
|
|
07-02-2008, 07:16 PM
|
#13 (permalink)
|
|
is cute and cuddly
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
|
I thought that was the purpose of this entire exercise?
1) Do a group project.
2) Learn some new techniques from everybody else and the project itself
3) Provide the OSS community with a new product that could/would benefit others.
-m
|
|
|
|
07-02-2008, 07:32 PM
|
#14 (permalink)
|
|
Super Moderator
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
|
Quote:
|
Originally Posted by sketchMedia
Why are we planning on releasing this to the general public?
|
You want people to buy it?..
We could just do some addons later on, that we could sell or something so the project gets a budget for building more stuff
???
|
|
|
|
07-02-2008, 07:37 PM
|
#15 (permalink)
|
|
The Acquainted
Join Date: May 2008
Posts: 175
Thanks: 9
|
I think trying to turn a profit or really any type of income for this is a bad idea. You never know though. Let us just take one step at a time though; we need a product to release before our heads should even be getting near this.
__________________
There are No Stupid Questions. But there a LOT of Inquisitive Idiots.
|
|
|
07-02-2008, 07:52 PM
|
#16 (permalink)
|
|
is cute and cuddly
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
|
Open source! Open source!
It's healthy like being a vegetarian, except you still getta eat steak.
-m
|
|
|
|
07-02-2008, 08:04 PM
|
#17 (permalink)
|
|
Wizard
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
|
Going in for profit is a terrible idea, we would all begin fighting over money and it would split before the end. Open source is the way to go because we are not professionals; we are a team of volunteers. Plus an open source project would gain more PR for the site because we have a viable resource useful to people.
The only profitable method I could justify is independently making extensions for people as a freelancer. It would be good to say you helped build it.
|
|
|
|
07-02-2008, 08:10 PM
|
#18 (permalink)
|
|
is cute and cuddly
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
|
If anybody wants to earn a profit from this, I think their best bet is a variation on what has just been said... maybe not extensions per se for this particular project, but if the project is noticed, accepted and used by the OSS community, having your name on it is how you build your resume.
-m
|
|
|
|
07-02-2008, 09:28 PM
|
#19 (permalink)
|
|
Super Moderator
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
|
delayedinsanity, that's true !
well, lets not think about that then :P
i just wanna learn a few things thats my price for this work :)
|
|
|
|
07-02-2008, 09:40 PM
|
#20 (permalink)
|
|
Wizard
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
|
List completed
|
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|