dheerapat

Results 7 issues of dheerapat

header and nav bar overlapped when shrink screen resolution . I suspect this is due to {margin: 0} of these 2 element ![image](https://user-images.githubusercontent.com/61280196/173757381-08199819-f64e-424c-9ec0-f331bc78353d.png)

I add a basic sign up logic to back end. Already test and user data successfully appear on supabase auth tab but the work is not finish yet. Please make...

Run the command according to readme but encounter the error that cannot find module openpyxl. After pip install openpyxl the program run normally

we can do something like ```python path_mappings = { "path1": {"system_url": "https://example.com/system1.md", "user_url": "https://example.com/user1.md"}, "path2": {"system_url": "https://example.com/system2.md", "user_url": "https://example.com/user2.md"}, # also this can be a relative path since the back-end...

Currently your back-end API have only one, static path for external_wisdom pattern which is too rigid and hard to scale. As mentioned in #44 I added a new way to...

Here I added path and pattern mapping dictionary in the server code. This will allow the milling function more dynamic and can be easily scale as mention in #52 #64...