I have decided to put my hands on and develop my first PN module. Altough I have developed some dirty hacks, this will be my first experience.
The module I want to develop basically consists of writing the newspaper Headline and classify (TOPIC) if it is related with Crime, Politics, Economics, etc...
As I want to enter HEADLINES from various months back, the DATE field must be defined and data entry manually. I also want to be able to search HEADLINES using date. So users should be able to search with date (using from and to).
How I define the date field that allows to what I want? Also should I create a separate NEWSPAPERS TABLE TO OPTIMIZE or use a newspaper field withing tha main table. The same applies with TOPIC, I could predefine the TOPICS and have it on a separate table too.
THE 'ADVANCE FEATURES' I PLAN INCLUDE:
1- Be able to display stats related with how many headlines are for each topic -- How I do this?? I think the stats module could be a good example.
or...
2- How I can pass the values to JPGRAPH to have graphic capabilities
Users will only be able to read or see the information. Only admins will enter the Headlines.
Finally, Is this too much for a newbie??
TIA
