-
-
Save shubham43MP/87747160012a6f5afdb1c76c3becffc3 to your computer and use it in GitHub Desktop.
Technical writing sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Hi Steve, | |
| I have encountered some challenges that I believe require re-evaluation of the current approach. Different tables have distinct requirements, which inherently limit the scope for code reuse. Ideally, updating data for these tables may warrant separate components or pages altogether. | |
| While the functionality for the courses table has been implemented as expected, extending the solution to other tables in a generic manner is proving to be infeasible. The variations in update requirements across tables cannot be effectively generalized. | |
| For instance, the employer table requires sectorIds during updates, which should not be mandatory but is enforced by the API. Such nuances introduce additional complexities, making it difficult to work with a one-size-fits-all approach. | |
| The basic UI for courses is functional, but the unique characteristics of each table highlight the inherent complexity. A more tailored solution may be necessary to address these challenges effectively. | |
| Best regards, | |
| Shubham |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment