Skip to content

A platform to discover emerging AI technologies and inspire developers and founders to build impactful solutions and achieve billionaire success, drawing from FeatBit's best practices in feature management.

License

Notifications You must be signed in to change notification settings

featbit/WhatCanIDoWithAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Problems:

  1. APIs generation sometimes lacks enough test data. We need to separate data generation logic from the API file to improve separation of concerns.
  2. Generated code sometimes contains errors that need manual fixing.
  3. API files were importing memoryDB from the wrong folder. Fixed the import path from "../../db/memoryDB" to "../db/memoryDB" as specified.
  4. Always has unfinished generated file. It's because it's too long maybe.
  5. NPM lib missing - Need to restrict the libs that app use
  6. Menu items and page path mismatch

About

A platform to discover emerging AI technologies and inspire developers and founders to build impactful solutions and achieve billionaire success, drawing from FeatBit's best practices in feature management.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published