• Joined on 2023-03-01
llama pushed to feat/17-seed-database-quotes at PriceyBot/PriceyBot2 2023-03-09 06:08:25 -05:00
llama pushed to feat/17-seed-database-quotes at PriceyBot/PriceyBot2 2023-03-09 06:08:19 -05:00
078968ddc4 feat: PEP 8 formatting
0dbdc5189d feat: quote seeder
Compare 2 commits »
llama created branch feat/17-seed-database-quotes in PriceyBot/PriceyBot2 2023-03-09 05:05:27 -05:00
llama pushed to feat/17-seed-database-quotes at PriceyBot/PriceyBot2 2023-03-09 05:05:27 -05:00
8164409017 fix: overflow on homepage and hot reloading
b57d5aceb6 feat: db docker and fix git ignore
Compare 2 commits »
llama opened issue PriceyBot/PriceyBot2#16 2023-03-09 02:31:19 -05:00
Seed Database Quote
llama commented on issue PriceyBot/PriceyBot2#2 2023-03-06 23:25:29 -05:00
Admin interface

I do like the idea of adding a type of the quote and storing a link.

we can either do this on the same table or we can have a linking table with Quotes and QuoteLinks

llama commented on issue PriceyBot/PriceyBot2#2 2023-03-02 06:40:39 -05:00
Admin interface

Idea's for some database structure:

Database: User Table id gsuite_id email password type - admin/staff

Quote Table id quote usage? created_at ? updated_at/last_used?

Credit…

llama merged pull request PriceyBot/PriceyBot2#8 2023-03-02 06:25:13 -05:00
feat: small clean up
llama pushed to main at PriceyBot/PriceyBot2 2023-03-02 06:25:13 -05:00
bc0f4b6b37 Merge pull request 'feat: small clean up' (#8) from feat/7-small-init-cleanup into main
0f6c33528c feat: small clean up
Compare 2 commits »
llama created pull request PriceyBot/PriceyBot2#8 2023-03-02 06:24:55 -05:00
feat: small clean up
llama pushed to feat/7-small-init-cleanup at PriceyBot/PriceyBot2 2023-03-02 06:24:07 -05:00
llama pushed to feat/7-small-init-cleanup at PriceyBot/PriceyBot2 2023-03-02 06:23:57 -05:00
llama created branch feat/7-small-init-cleanup in PriceyBot/PriceyBot2 2023-03-02 06:22:18 -05:00
llama pushed to feat/7-small-init-cleanup at PriceyBot/PriceyBot2 2023-03-02 06:22:18 -05:00
0f6c33528c feat: small clean up
llama opened issue PriceyBot/PriceyBot2#7 2023-03-02 06:21:04 -05:00
Small init cleanup