Skip to content

Commit e0f8912

Browse files
committed
Update index.json
1 parent c1d4188 commit e0f8912

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

MyApp/wwwroot/okai/accepted/index.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1565,5 +1565,45 @@
15651565
"provider": "anthropic",
15661566
"prompt": "An application to improve integration with TFS DevOps.",
15671567
"groupName": "BuildDefinitions"
1568+
},
1569+
{
1570+
"id": "1763970606280",
1571+
"model": "claude-sonnet-4-5",
1572+
"timing": "3614",
1573+
"provider": "openrouter",
1574+
"prompt": "create application to manage contacts id name and phone",
1575+
"groupName": "Contacts"
1576+
},
1577+
{
1578+
"id": "1763977993619",
1579+
"model": "claude-sonnet-4-5",
1580+
"timing": "3438",
1581+
"provider": "openrouter",
1582+
"prompt": "create api interface for the below database entity : [AccountID] [int] NOT NULL,\n\t[Username] [nvarchar](255) NOT NULL,\n\t[Password] [nvarchar](255) NOT NULL,\n\t[Email] [nvarchar](255) NOT NULL,\n\t[FirstName] [nvarchar](255) NOT NULL,\n\t[LastName] [nvarchar](255) NOT NULL,",
1583+
"groupName": "Accounts"
1584+
},
1585+
{
1586+
"id": "1764063550237",
1587+
"model": "claude-sonnet-4-5",
1588+
"timing": "22453",
1589+
"provider": "openrouter",
1590+
"prompt": "Create a Job Board",
1591+
"groupName": "JobSeekerSkills"
1592+
},
1593+
{
1594+
"id": "1764231279341",
1595+
"model": "claude-sonnet-4-5",
1596+
"timing": "11500",
1597+
"provider": "openrouter",
1598+
"prompt": "Paddle Tournament Website – Short Functional Description\n\nA web application for managing padel/paddle tournaments with three user roles: Admin, Tournament Manager, and Participant.\n\nCore Features\n\t•\tUser registration, login, profile management, and password changes.\n\t•\tAdmins manage all users (create, edit, deactivate, change roles) and all tournaments.\n\t•\tTournament Managers create, edit, and delete their own tournaments, manage registrations, and view participants.\n\t•\tParticipants browse tournaments, view details, register/unregister, and see “My Tournaments.”\n\nTournaments\nEach tournament has: name, description, location, start/end, registration window, category, max participants, status, and creator.\nRegistrations ensure uniqueness (one user per tournament) and enforce rules (capacity, open dates, status).\n\nPublic Pages\n\t•\tHome with upcoming tournaments\n\t•\tTournament list (filter/search)\n\t•\tTournament details\n\t•\tLogin and sign-up\n\nAuthenticated Pages\n\t•\tProfile + change password\n\t•\tMy Tournaments\n\t•\tTournament creation/edit (Manager/Admin)\n\t•\tTournament participants (Manager/Admin)\n\t•\tUser management pages for Admin\n\nValidation\n\t•\tUnique email, secure passwords\n\t•\tTournament date logic (start < end, registration window valid)\n\t•\tRegistration only when open and not full\n\nNon-Functional\n\t•\tSecure authentication (password hashing)\n\t•\tRole-based access control\n\t•\tServer-side validation\n\t•\tTimestamping for auditability",
1599+
"groupName": "Registrations"
1600+
},
1601+
{
1602+
"id": "1764335731081",
1603+
"model": "claude-sonnet-4-5",
1604+
"timing": "6961",
1605+
"provider": "openrouter",
1606+
"prompt": "Table to store Customer Stripe Subscriptions",
1607+
"groupName": "CustomerStripeSubscriptions"
15681608
}
15691609
]

0 commit comments

Comments
 (0)