Hi everybody,
I need some help to find the best solution for a project i want to test
I can resume my project like this :
10 persons have an access on a Joomla site
Each person have access to a form with 4 text fields to type each week 4 values
Now, what i would like to do :
When the person is identified, it give access to a personnal table with all the value type in a year :
- 1 line by month
- 5 colums for each week (sometime 4, sometime 5)
- 1 last column with the summary of the line
- 1 last line with the summary of the columns
So, my first question is "is this possible with Flexicontent" and "how to construct this table with the value type by a person as each person have is personnal table" ?
Now, as i have admin, i would like to give them the possibility to see at each table (by filtering with a droplist for each persons) and also have the possibility to get a synthesis table with the value of each person in a single table (sum cell by cell of the 10 tables existing for each person).
So my questions are :
- Can i do this with Flexicontent ?
- Can i retrieve data from posted forms with id of the person to construct a view in table as i could do this in a specific template but if i have more "views", i dont know if i can do this...
- How to identify the data type by a person in the form ? Do i have to construct a table and the person fill it ? If so, i cannot create a "simple table" as i will have a "risk" with a person "destroying by error" the table...
I did not figure out how to do this right...
This idea is quite simple : if i can do this for this "simple" project, i could then think on some project where people have to store simple information and see what they stored.
Thanks for the help and ideas
Xavier