mohammadKarimi / SwiftLink

SwiftLink is a modern URL shortener with Asp.net Core 8
MIT License
105 stars 26 forks source link

Add Title for each SwiftLink #77

Closed parhamdarvishi closed 8 months ago

parhamdarvishi commented 8 months ago

Add 2 new fields to link table

I also added some config in infra layer..

Kamyab7 commented 8 months ago

Add 2 new fields to link table

  • Is Disabled
  • Title

I also added some config in infra layer..

How does IsDisabled different from IsBanned?

mohammadKarimi commented 8 months ago

The 'IsBanned' field is a system-set attribute. For instance, if the original link redirects to banned websites, the system will automatically mark the original link as banned.

On the other hand, the 'IsDisabled' field is designed for user control. Users have the option to disable a SwiftLink.