Tanay-ErrorCode / lupo-skill

https://lupo-skill.web.app/
23 stars 73 forks source link

feat: Add support for article writing (backend) #261 #264

Closed nishant0708 closed 6 days ago

nishant0708 commented 1 week ago

feat: Add support for article writing (backend) #261

261

-Added Backend Codes

Fixes # Snapshots/Videos:

https://github.com/Tanay-ErrorCode/lupo-skill/assets/101548649/a26a4bf0-21ed-4611-8bec-e50c48318a57

Other information

nishant0708 commented 1 week ago

hey @Tanay-ErrorCode @Doraemon012 please review this pr and let me know the changes

Tanay-ErrorCode commented 1 week ago

@nishant0708

  1. As mentioned in the issue there is no article reading page.
  2. The cards in the article homepage, are showing full title, as well as the content. This should not happen, if the title is longer than two lines it should be truncated be ... and if the content is longer than 4 lines, it should do the same too. The text displayed should not be in .md text. image
  3. On hover on the card, the mouse should turn into pointer.
  4. If the user is not logged in, on clicking on create article button, it should open the signin/signup popup directly.
  5. When saving the data, the key by which profile pic is saved must be pic because it is the same in signup function.
nishant0708 commented 1 week ago

hey @Tanay-ErrorCode i have one question if some user Add html content in create article content then how should it be shown in card 1) Screenshot 2024-06-25 213559

2) Screenshot 2024-06-25 213255

i have added ### Tools

These are the tools required to learn Computer Architecture. They are listed below:

Resource Name Description
Simics A full-system simulator used to simulate computer systems, enabling software development and testing.
Cadence A suite of tools for electronic design automation, used for designing and simulating integrated circuits.
Synopsys Provides tools for semiconductor design and verification, including simulation and synthesis tools.
ModelSim A multi-language HDL simulation environment by Mentor Graphics.
Xilinx ISE A software tool produced by Xilinx for synthesis and analysis of HDL designs, enabling the compilation of designs into bitstreams.
TINA-TI A circuit simulation tool that allows you to design, test, and simulate analog, digital, and mixed circuits.
Fritzing An open-source hardware initiative that makes electronics accessible as a creative material for anyone.
in article content
Tanay-ErrorCode commented 1 week ago

@nishant0708 Keep the second one.

nishant0708 commented 1 week ago

hey @Tanay-ErrorCode check it out and let me know if any changes needed

https://github.com/Tanay-ErrorCode/lupo-skill/assets/101548649/cecd91b5-319e-4aa2-83ab-5cdc05fdef5b

nishant0708 commented 1 week ago

Hey @Tanay-ErrorCode @Doraemon012 can you review this pr

Tanay-ErrorCode commented 6 days ago

@nishant0708 Good work.