Open manwar opened 8 months ago
Hello @manwar, can you please assign this issue to me ? i'm working on it already
@kemsguy7 Do you know the table structure? How you started working already?
@manwar , i looked at the discussion from this issue : https://github.com/manwar/theweeklychallenge/issues/123
You mentioned something like a) users: user_id, user_type, user_password b) user_types: user_type_id, user_type_name c) languages: language_id, language_name d) user_contributions: user_id, language_id, week_id, count e) weeks: week_id, week_name
Do i go ahead with that or do you have any further information that could assist me?
@kemsguy7 it was just my initial thought. feel free to add anything you reckon is missing.
@kemsguy7 just realised profile_photo is missing?
@manwar okay, i've taken note of the profile_photo, I'll also work in sync with @NoubissiViany from issue issue #123 since this is more or less a continuation of that issue
Assuming we have completed SQL for database creation.
Now is the time to create Perl code using DBIC to respect the table structure.